Fix scheduled messages display (#4481)
This commit is contained in:
parent
6d9406e109
commit
0bda37c725
@ -590,7 +590,10 @@ export function updateScheduledMessages<T extends GlobalState>(
|
||||
...global.scheduledMessages.byChatId,
|
||||
[chatId]: {
|
||||
...current,
|
||||
...newById,
|
||||
byId: {
|
||||
...current.byId,
|
||||
...newById,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user