wip get passphrase from the backend

This commit is contained in:
lebaudantoine
2025-01-04 13:20:55 +01:00
parent 83d4028e84
commit 1cf26eec19
3 changed files with 9 additions and 6 deletions
+2
View File
@@ -143,6 +143,8 @@ class RoomSerializer(serializers.ModelSerializer):
output["is_administrable"] = is_admin
output['passphrase'] = "thisisapassphrase"
return output