Delete old replies
This commit is contained in:
parent
5c8a037340
commit
801d0effa9
2 changed files with 42 additions and 0 deletions
|
@ -66,6 +66,10 @@ class Tasks:
|
|||
# TODO(tsileo): log invalid emoji
|
||||
pass
|
||||
|
||||
@staticmethod
|
||||
def ack_reply(reply_iri: str) -> None:
|
||||
p.push({"reply_iri": reply_iri}, "/task/ack_reply")
|
||||
|
||||
@staticmethod
|
||||
def post_to_remote_inbox(payload: str, recp: str) -> None:
|
||||
p.push({"payload": payload, "to": recp}, "/task/post_to_remote_inbox")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue