Update libqmatrixclient && disable local echo for now until #40 is fixed.

This commit is contained in:
Black Hat
2018-11-02 15:08:01 +08:00
parent e19e3b8ff9
commit 564b4c4578
4 changed files with 26 additions and 24 deletions

View File

@@ -2,5 +2,6 @@
SpectralUser::SpectralUser(QString userId, Connection* connection)
: User(userId, connection) {
connect(this, &User::avatarChanged, this, &SpectralUser::inheritedAvatarChanged);
connect(this, &User::avatarChanged, this,
&SpectralUser::inheritedAvatarChanged);
}