Telegram: latest messages below. Update AttachmentPreview layout. (#1768)

This commit is contained in:
Alexander Platov
2022-05-18 11:05:29 +07:00
committed by GitHub
parent fb0340eb24
commit c6b757d67c
4 changed files with 68 additions and 66 deletions
@@ -74,7 +74,7 @@
telegram.class.Message,
{ attachedTo: channelId },
(res) => {
messages = res
messages = res.reverse()
if (channel !== undefined) {
notificationClient.updateLastView(channel._id, channel._class, undefined, true)
}