diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-10 18:36:06 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-10 22:41:56 +0100 |
commit | 39f9b7d90adbdbc9eb6186d93bb6bfd0564c152c (patch) | |
tree | 600a18ee72fe9e1e2a508ff8c11673ae5a6250ed /src/Cache_p.h | |
parent | Fix some nulls in relations (diff) | |
download | nheko-39f9b7d90adbdbc9eb6186d93bb6bfd0564c152c.tar.xz |
Handle matrix scheme
Link opening only works on Linux for now. See https://github.com/matrix-org/matrix-doc/pull/2312
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r-- | src/Cache_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<std::string> joinedRooms(); QMap<QString, RoomInfo> roomInfo(bool withInvites = true); + std::optional<mtx::events::state::CanonicalAlias> getRoomAliases(const std::string &roomid); std::map<QString, bool> invites(); //! Calculate & return the name of the room. |