mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Fix / use unstable prefix for room_capabilities
This commit is contained in:
parent
6f45ba575b
commit
b408d7346f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ internal data class RoomVersions(
|
|||
* }
|
||||
* }
|
||||
*/
|
||||
@Json(name = "room_capabilities")
|
||||
@Json(name = "org.matrix.msc3244.room_capabilities")
|
||||
val roomCapabilities: JsonDict? = null
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue