Fix moderation issues
This commit is contained in:
@@ -221,7 +221,8 @@ impl Timeline {
|
||||
|
||||
pub fn add_to_all_timelines(conn: &Connection, post: &Post, kind: Kind<'_>) -> Result<()> {
|
||||
let timelines = timeline_definition::table
|
||||
.load::<Self>(conn.deref())
|
||||
//.load::<Self>(conn.deref())
|
||||
.load::<Self>(conn)
|
||||
.map_err(Error::from)?;
|
||||
|
||||
for t in timelines {
|
||||
|
||||
Reference in New Issue
Block a user