From 39f9b7d90adbdbc9eb6186d93bb6bfd0564c152c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 10 Jan 2021 18:36:06 +0100 Subject: Handle matrix scheme Link opening only works on Linux for now. See https://github.com/matrix-org/matrix-doc/pull/2312 --- src/Cache_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Cache_p.h') diff --git a/src/Cache_p.h b/src/Cache_p.h index 059c1461..e2ce1668 100644 --- a/src/Cache_p.h +++ b/src/Cache_p.h @@ -81,6 +81,7 @@ public: std::vector joinedRooms(); QMap roomInfo(bool withInvites = true); + std::optional getRoomAliases(const std::string &roomid); std::map invites(); //! Calculate & return the name of the room. -- cgit 1.5.1