1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-11-21 15:44:26 +00:00

Convert FIXME to regular comment, as it's fine for the scope of this project

This commit is contained in:
Steffo 2024-01-24 04:37:17 +01:00
parent 04ccf360ac
commit 1496650c50
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -149,7 +149,7 @@ class MainActivity : ComponentActivity() {
// Allow everyone to redact their own states
"m.room.redaction" to 0,
// Allow everyone to set RSVPs
// FIXME: Do we really want everyone to set RSVPs? Maybe we should use m.room.member instead?
// Do we really want everyone to set RSVPs? Maybe m.room.member could be used instead...?
"eu.steffo.twom.rsvp" to 0,
),