refactor: Adjust state event design

This commit is contained in:
Christian Kußowski 2025-12-06 10:37:07 +01:00
commit fc052c84ac
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 8 additions and 72 deletions

View file

@ -325,6 +325,7 @@
}
}
},
"changedTheChatDescription": "{username} changed the chat description",
"changedTheChatDescriptionTo": "{username} changed the chat description to: '{description}'",
"@changedTheChatDescriptionTo": {
"type": "String",
@ -337,6 +338,7 @@
}
}
},
"changedTheChatName": "{username} changed the chat name",
"changedTheChatNameTo": "{username} changed the chat name to: '{chatname}'",
"@changedTheChatNameTo": {
"type": "String",