fixing auto merge issues

This commit is contained in:
Adam Brown 2021-11-04 10:43:51 +00:00
parent 9e6bd2ee9c
commit 145ceacf78
2 changed files with 2 additions and 2 deletions

View file

@ -252,4 +252,3 @@ class NotifiableEventResolver @Inject constructor(
return null
}
}

View file

@ -76,5 +76,6 @@ fun aNotifiableMessageEvent(
roomName = "room-name",
roomIsDirect = false,
canBeReplaced = false,
isRedacted = isRedacted
isRedacted = isRedacted,
imageUri = null
)