diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-11 12:30:28 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-11 12:30:28 +0900 |
commit | a1be9751f17041a7f577b04f7545035734a92e22 (patch) | |
tree | b56ec06aff346530e9535619778b775cf7c75930 /lib/syncdata.cpp | |
parent | 0c425aedbf3729941e40b1606a7c54169b84cf97 (diff) | |
download | libquotient-a1be9751f17041a7f577b04f7545035734a92e22.tar.gz libquotient-a1be9751f17041a7f577b04f7545035734a92e22.zip |
SyncData: x-qmatrixclient -> x-quotient
Diffstat (limited to 'lib/syncdata.cpp')
-rw-r--r-- | lib/syncdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syncdata.cpp b/lib/syncdata.cpp index c784cd7d..5fcc8dda 100644 --- a/lib/syncdata.cpp +++ b/lib/syncdata.cpp @@ -26,7 +26,7 @@ using namespace Quotient; const QString SyncRoomData::UnreadCountKey = - QStringLiteral("x-qmatrixclient.unread_count"); + QStringLiteral("x-quotient.unread_count"); bool RoomSummary::isEmpty() const { |