fix(llc): merge channel in channel.update event
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -172,7 +172,7 @@ class ChannelModel {
|
||||
updatedAt: other.updatedAt,
|
||||
deletedAt: other.deletedAt,
|
||||
memberCount: other.memberCount,
|
||||
extraData: other.extraData,
|
||||
extraData: {...extraData, ...other.extraData},
|
||||
team: other.team,
|
||||
cooldown: other.cooldown,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user