More Favorite pluginification (favecount, cache, menus(favecount, cache, menus))

This commit is contained in:
Mikael Nordfeldth
2014-06-28 13:11:03 +02:00
parent c137ead909
commit 7e597ea7cc
29 changed files with 136 additions and 169 deletions

View File

@@ -44,7 +44,7 @@ class FavCommand extends Command
}
}
$this->user->blowFavesCache();
Fave::blowCacheForProfileId($this->user->id);
// TRANS: Text shown when a notice has been marked as favourite successfully.
$channel->output($this->user, _('Notice marked as fave.'));