Send typing notification #2240
This commit is contained in:
parent
80270d1cc5
commit
bfb6b32740
9 changed files with 62 additions and 2 deletions
|
|
@ -520,6 +520,10 @@ class RustMatrixRoom(
|
|||
)
|
||||
}
|
||||
|
||||
override suspend fun typingNotice(isTyping: Boolean) = runCatching {
|
||||
innerRoom.typingNotice(isTyping)
|
||||
}
|
||||
|
||||
override suspend fun generateWidgetWebViewUrl(
|
||||
widgetSettings: MatrixWidgetSettings,
|
||||
clientId: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue