mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 01:45:52 +03:00
adding missing fixture parameter from rebase
This commit is contained in:
parent
9fa09def96
commit
86ce6a404e
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ fun anInviteNotifiableEvent(roomId: String) = InviteNotifiableEvent(
|
|||
matrixID = null,
|
||||
eventId = "event-id",
|
||||
roomId = roomId,
|
||||
roomName = "a room name",
|
||||
editedEventId = null,
|
||||
noisy = false,
|
||||
title = "title",
|
||||
|
|
Loading…
Reference in a new issue