diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-07-26 17:35:52 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-07-26 17:35:52 +0200 |
commit | a6bba48faa091932b5a51a3beb8c9d162c377adf (patch) | |
tree | 9b7e2de493e04e8eaf291f981f70d273b2dd7baf /include | |
parent | 9775a6bb77930a6e3b60445675990a8c01777aea (diff) |
Matrix: add /join and /invite commands
Diffstat (limited to 'include')
-rw-r--r-- | include/Page.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Page.hpp b/include/Page.hpp index d0e40b3..4cf1821 100644 --- a/include/Page.hpp +++ b/include/Page.hpp @@ -9,6 +9,7 @@ namespace QuickMedia { IMAGE_BOARD_THREAD, CHAT_LOGIN, CHAT, - FILE_MANAGER + FILE_MANAGER, + CHAT_INVITE }; }
\ No newline at end of file |