Fetch edited event in advanced (similar to reply mode).
This commit is contained in:
parent
937391b4b9
commit
937e053d46
4 changed files with 20 additions and 13 deletions
|
|
@ -208,7 +208,7 @@ class FakeMatrixRoom(
|
|||
var replyMessageParameter: Pair<String, String?>? = null
|
||||
private set
|
||||
|
||||
override suspend fun enterReplyMode(eventId: EventId): Result<Unit> {
|
||||
override suspend fun enterSpecialMode(eventId: EventId?): Result<Unit> {
|
||||
return Result.success(Unit)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue