Temporarily disable replies, likes, and reposts since they don't work yet but I wanna release cat support

This commit is contained in:
Danielle McLean 2017-11-20 11:26:15 +11:00
parent de141bb697
commit 931568db26
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Repost = Entry(
plural='reposts',
)
all = (Note, Article, Photo, Reply, Like, Repost)
all = (Note, Article, Photo)
on_home = {k.id for k in all if k.on_home}
from_id = {k.id: k for k in all}
from_plural = {k.plural: k for k in all}