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

Display bot privacy policy command.

This commit is contained in:
John Preston
2018-05-30 17:25:29 +03:00
parent 8f63fa71c9
commit 4b4e22d59d
2 changed files with 2 additions and 0 deletions

View File

@@ -537,6 +537,7 @@ void ActionsFiller::addBotCommandActions(not_null<UserData*> user) {
};
addBotCommand(lng_profile_bot_help, qsl("help"));
addBotCommand(lng_profile_bot_settings, qsl("settings"));
addBotCommand(lng_profile_bot_privacy, qsl("privacy"));
}
void ActionsFiller::addReportAction() {