fix: store in_reply_to on remote notes + use full handle in federation component links/actions
This commit is contained in:
@@ -144,6 +144,7 @@ impl ApObjectHandler for ThoughtsObjectHandler {
|
||||
note.sensitive,
|
||||
note.summary,
|
||||
visibility,
|
||||
note.in_reply_to.as_ref(),
|
||||
)
|
||||
.await
|
||||
.map_err(|e| anyhow!("{e}"))
|
||||
|
||||
Reference in New Issue
Block a user