Report change from https://github.com/matrix-org/matrix-android-sdk/pull/471
This commit is contained in:
parent
ce9fa15bcb
commit
3f74c4e933
|
@ -128,6 +128,7 @@ class CreateRoomParams {
|
|||
contentMap["algorithm"] = algorithm
|
||||
|
||||
val algoEvent = Event(type = EventType.ENCRYPTION,
|
||||
stateKey = "",
|
||||
content = contentMap.toContent()
|
||||
)
|
||||
|
||||
|
@ -161,6 +162,7 @@ class CreateRoomParams {
|
|||
contentMap["history_visibility"] = historyVisibility
|
||||
|
||||
val historyVisibilityEvent = Event(type = EventType.STATE_HISTORY_VISIBILITY,
|
||||
stateKey = "",
|
||||
content = contentMap.toContent())
|
||||
|
||||
if (null == initialStates) {
|
||||
|
|
Loading…
Reference in New Issue