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

@ -20,7 +20,8 @@ func Register(l *layout.Layout) {
l.Page("/login", login.Get)
// Activity
l.Page("/activity", activity.Get)
l.Page("/activity", activity.Global)
l.Page("/activity/followed", activity.Followed)
// Calendar
l.Page("/calendar", calendar.Get)