Merge branch 'develop' into message-input-controller

This commit is contained in:
Salvatore Giordano
2021-12-13 12:28:32 +01:00
7 changed files with 139 additions and 17 deletions
@@ -1316,6 +1316,10 @@ class StreamChatClient {
},
);
/// Get OpenGraph data of the given [url].
Future<OGAttachmentResponse> enrichUrl(String url) =>
_chatApi.general.enrichUrl(url);
/// Closes the [_ws] connection and resets the [state]
/// If [flushChatPersistence] is true the client deletes all offline
/// user's data.