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

Don't show report spam over the chat history.

This commit is contained in:
John Preston
2019-05-30 21:53:13 +03:00
parent a968e112e8
commit 619aca04f9
3 changed files with 49 additions and 21 deletions

View File

@@ -716,7 +716,6 @@ HistoryItem *Instance::roundVideoItem() const {
&& !data->streamed->info.video.size.isEmpty())
? Auth().data().message(data->streamed->id.contextId())
: nullptr;
}
void Instance::requestRoundVideoResize() const {