mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +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,
|
matrixID = null,
|
||||||
eventId = "event-id",
|
eventId = "event-id",
|
||||||
roomId = roomId,
|
roomId = roomId,
|
||||||
|
roomName = "a room name",
|
||||||
editedEventId = null,
|
editedEventId = null,
|
||||||
noisy = false,
|
noisy = false,
|
||||||
title = "title",
|
title = "title",
|
||||||
|
|
Loading…
Reference in a new issue