Invite permission management using the /allowinvites and /blockinvites commands

Rejecting such invites should be handled serverside in the future and
there should be a GUI for this, but for now this should work.
This commit is contained in:
Nicolas Werner 2025-05-24 12:10:29 +02:00
parent 5ef67d2a91
commit 978174af77
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
10 changed files with 266 additions and 101 deletions

View file

@ -615,7 +615,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG a0b203980491ddf2e2fe4f1cd6af8c2562b3ee35
GIT_TAG d6a0a4ebee83275dbbeb999679a22a7d238326ff
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")