forked from 00dani/lemoncurry
Temporarily disable replies, likes, and reposts since they don't work yet but I wanna release cat support
This commit is contained in:
parent
de141bb697
commit
931568db26
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Repost = Entry(
|
||||||
plural='reposts',
|
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}
|
on_home = {k.id for k in all if k.on_home}
|
||||||
from_id = {k.id: k for k in all}
|
from_id = {k.id: k for k in all}
|
||||||
from_plural = {k.plural: k for k in all}
|
from_plural = {k.plural: k for k in all}
|
||||||
|
|
Loading…
Reference in a new issue