Add follow tabs

Following
Follow
Followers
This commit is contained in:
Chocobozzz 2017-11-15 10:10:41 +01:00
parent 350e31d6b6
commit 51548b3181
No known key found for this signature in database
GPG key ID: 583A612D890159BE
44 changed files with 494 additions and 396 deletions

View file

@ -3,7 +3,7 @@ import { database as db } from '../server/initializers/database'
db.init(true)
.then(() => {
// FIXME: check if has followers
// FIXME: check if has following
// return hasFriends()
return true
})