From a1be9751f17041a7f577b04f7545035734a92e22 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 11 Aug 2019 12:30:28 +0900 Subject: SyncData: x-qmatrixclient -> x-quotient --- lib/syncdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3