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

Fix format

This commit is contained in:
Sean Wei
2020-07-01 17:03:29 +08:00
committed by John Preston
parent 2b5df331bd
commit 212944d89c
7 changed files with 13 additions and 13 deletions

View File

@@ -529,7 +529,7 @@ void ActionsFiller::addClearHistoryAction(not_null<UserData*> user) {
_wrap,
tr::lng_profile_clear_history(),
rpl::single(true),
Window::ClearHistoryHandler(user));
Window::ClearHistoryHandler(user));
}
void ActionsFiller::addDeleteConversationAction(