Handle quick reply from notification (still disabled)
This commit is contained in:
committed by
Benoit Marty
parent
1bc53d74d7
commit
7c559363a4
+2
@@ -33,3 +33,5 @@ value class ThreadId(val value: String) : Serializable {
|
||||
|
||||
override fun toString(): String = value
|
||||
}
|
||||
|
||||
fun ThreadId.asEventId(): EventId = EventId(value)
|
||||
|
||||
Reference in New Issue
Block a user