| 140 | } |
| 141 | |
| 142 | void Changes::historyUpdated( |
| 143 | not_null<History*> history, |
| 144 | HistoryUpdate::Flags flags) { |
| 145 | _historyChanges.updated(history, flags); |
| 146 | scheduleNotifications(); |
| 147 | } |
| 148 | |
| 149 | rpl::producer<HistoryUpdate> Changes::historyUpdates( |
| 150 | HistoryUpdate::Flags flags) const { |
no test coverage detected