polish llc
This commit is contained in:
@@ -481,7 +481,7 @@ class StreamChatClient {
|
|||||||
_connectionId = event.connectionId;
|
_connectionId = event.connectionId;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!event.isLocal!) {
|
if (!event.isLocal) {
|
||||||
final createdAt = event.createdAt;
|
final createdAt = event.createdAt;
|
||||||
if (_synced && createdAt != null) {
|
if (_synced && createdAt != null) {
|
||||||
await _chatPersistenceClient?.updateConnectionInfo(event);
|
await _chatPersistenceClient?.updateConnectionInfo(event);
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ class Event {
|
|||||||
final String? parentId;
|
final String? parentId;
|
||||||
|
|
||||||
/// True if the event is generated by this client
|
/// True if the event is generated by this client
|
||||||
bool? isLocal;
|
late final bool isLocal;
|
||||||
|
|
||||||
/// Map of custom channel extraData
|
/// Map of custom channel extraData
|
||||||
@JsonKey(includeIfNull: false)
|
@JsonKey(includeIfNull: false)
|
||||||
|
|||||||
Reference in New Issue
Block a user