diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-10 01:09:20 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-10 01:09:20 +0200 |
commit | 4af8d7d397849d7240099f2096052b3683786d83 (patch) | |
tree | 709a998600fcfd3ce55f30def7172e8eea673167 /src/timeline/TimelineModel.h | |
parent | Add inviter to the invite reason (diff) | |
download | nheko-4af8d7d397849d7240099f2096052b3683786d83.tar.xz |
Show some generic message for ACL changes
fixes #1476
Diffstat (limited to '')
-rw-r--r-- | src/timeline/TimelineModel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h index d1f04e21..a232b4ee 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h @@ -85,6 +85,8 @@ enum EventType PowerLevels, /// m.room.tombstone Tombstone, + /// m.room.server_acl + ServerAcl, /// m.room.topic Topic, /// m.room.redaction |