Fix moderation issues

This commit is contained in:
2024-08-16 08:02:28 +02:00
parent ebc9fbc88a
commit 5d2e653a3b
12 changed files with 62 additions and 58 deletions
+2 -1
View File
@@ -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 {