| 1244 | } |
| 1245 | |
| 1246 | void Reactions::defaultUpdated() { |
| 1247 | refreshTop(); |
| 1248 | refreshRecent(); |
| 1249 | if (_genericAnimations.empty()) { |
| 1250 | requestGeneric(); |
| 1251 | } |
| 1252 | refreshMyTags(); |
| 1253 | refreshTags(); |
| 1254 | refreshEffects(); |
| 1255 | _defaultUpdated.fire({}); |
| 1256 | } |
| 1257 | |
| 1258 | void Reactions::myTagsUpdated() { |
| 1259 | if (_genericAnimations.empty()) { |