Handle quick reply from notification (still disabled)
This commit is contained in:
parent
1bc53d74d7
commit
7c559363a4
2 changed files with 83 additions and 98 deletions
|
|
@ -33,3 +33,5 @@ value class ThreadId(val value: String) : Serializable {
|
|||
|
||||
override fun toString(): String = value
|
||||
}
|
||||
|
||||
fun ThreadId.asEventId(): EventId = EventId(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue