mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Request, show and require accept for updated ToS.
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
}
|
||||
void addItem(not_null<HistoryItem*> item) {
|
||||
Expects(canAddItem(item));
|
||||
|
||||
_items.push_back(item);
|
||||
ranges::sort(_items, [](not_null<HistoryItem*> a, auto b) {
|
||||
return (a->id > b->id);
|
||||
|
Reference in New Issue
Block a user