2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Beta version 2.9.13.

- See unread comments count when scrolling discussions in channels.
This commit is contained in:
John Preston
2021-08-31 10:37:31 +03:00
parent dc8eb79295
commit 244ccba871
7 changed files with 29 additions and 20 deletions

View File

@@ -101,7 +101,12 @@ std::map<int, const char*> BetaLogs() {
"- Fix animated chat backgrounds in Saved Messages.\n"
"- Fix \"Sorry, group is inaccessible\" message in scheduled voice chats.\n",
"- Fix \"Sorry, group is inaccessible\" message "
"in scheduled voice chats.\n",
},
{
2009013,
"- See unread comments count when scrolling discussions in channels."
},
};
};