Draft : branch reply mode

This commit is contained in:
ganfra 2024-06-21 12:40:16 +02:00
parent 5597a1743a
commit 6ac7ab84ce
5 changed files with 31 additions and 32 deletions

View file

@ -170,5 +170,5 @@ interface Timeline : AutoCloseable {
progressCallback: ProgressCallback?
): Result<MediaUploadHandler>
suspend fun loadReplyDetails(eventId: EventId): Result<InReplyTo>
suspend fun loadReplyDetails(eventId: EventId): InReplyTo
}