summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-05-24 14:04:07 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-05-24 14:04:07 +0200
commitc290b0747f34a6f683365f93d64ce93dc4428ca8 (patch)
treec53f337a2bb4ad6e1a439277f288119229ec99e8 /src/Cache.h
parentReenable userInfo settings menu (diff)
downloadnheko-c290b0747f34a6f683365f93d64ce93dc4428ca8.tar.xz
Reenable invites
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.h b/src/Cache.h

index 427dbafc..74ec9695 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -62,7 +62,7 @@ joinedRooms(); QMap<QString, RoomInfo> roomInfo(bool withInvites = true); -std::map<QString, bool> +QHash<QString, RoomInfo> invites(); //! Calculate & return the name of the room.