Seperated global and followed activity feed

This commit is contained in:
2018-11-12 14:24:00 +09:00
parent 76990417e4
commit f711cdb011
12 changed files with 114 additions and 20 deletions

View File

@ -0,0 +1,6 @@
import AnimeNotifier from "scripts/AnimeNotifier"
// Reload content of current page
export function reloadContent(arn: AnimeNotifier) {
return arn.reloadContent()
}