aboutsummaryrefslogtreecommitdiff
path: root/lib/syncdata.cpp
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-11 12:30:28 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-11 12:30:28 +0900
commita1be9751f17041a7f577b04f7545035734a92e22 (patch)
treeb56ec06aff346530e9535619778b775cf7c75930 /lib/syncdata.cpp
parent0c425aedbf3729941e40b1606a7c54169b84cf97 (diff)
downloadlibquotient-a1be9751f17041a7f577b04f7545035734a92e22.tar.gz
libquotient-a1be9751f17041a7f577b04f7545035734a92e22.zip
SyncData: x-qmatrixclient -> x-quotient
Diffstat (limited to 'lib/syncdata.cpp')
-rw-r--r--lib/syncdata.cpp2
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
{