mirror of
https://github.com/nullishamy/ferri.git
synced 2025-06-28 09:04:18 +00:00
feat: timeline cleanup
This commit is contained in:
parent
8cf7834cfe
commit
90be7d570e
12 changed files with 372 additions and 326 deletions
|
@ -87,9 +87,9 @@ impl<'a> HttpWrapper<'a> {
|
|||
let http_result = self
|
||||
.client
|
||||
.post(inbox)
|
||||
.sign(self.key_id)
|
||||
.json(activity)
|
||||
.activity()
|
||||
.json(activity)
|
||||
.sign(self.key_id)
|
||||
.send()
|
||||
.await;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue