Implement redaction for v1 to v11 events

This commit is contained in:
2025-10-26 22:38:22 -04:00
parent 17d5a6458e
commit da82f492e8
4 changed files with 63 additions and 16 deletions

View File

@@ -174,7 +174,7 @@ async def make_join(room, user):
return jsonify({
"event": globals.hash_and_sign_event(join),
"event": globals.hash_and_sign_event(join, int(room_ver)),
"room_version": room_ver
})