Pinned events : clean up code

This commit is contained in:
ganfra 2024-07-30 16:40:18 +02:00
parent 66e06d7d1c
commit 46f5115c0a
6 changed files with 4 additions and 22 deletions

View file

@ -187,5 +187,4 @@ interface Timeline : AutoCloseable {
* pinned
*/
suspend fun unpinEvent(eventId: EventId): Result<Boolean>
}