2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Beta version 1.7.1.

- Disabled pinned messages notifications in Settings.
This commit is contained in:
John Preston
2019-05-28 18:35:55 +02:00
parent a2b0631932
commit 8829b742fd
7 changed files with 26 additions and 18 deletions

View File

@@ -80,6 +80,10 @@ std::map<int, const char*> BetaLogs() {
"- Help Telegram improve emoji suggestions in your language "
"using this interface https://translations.telegram.org/en/emoji"
},
{
1007001,
"- Disable pinned messages notifications in Settings."
}
};
}