5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-03 07:57:05 +00:00

docs: recordar que tenemos que validar mejor

This commit is contained in:
f 2024-02-23 12:56:39 -03:00
parent e3aabf4b91
commit 77137f311c
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,8 @@ class ActivityPub
# XXX: La actividad tiene una firma, pero la implementación no
# está recomendada
#
# @todo Validar que le Actor corresponda con los objetos. Esto ya
# lo haría la Social Inbox por nosotres.
# @see {https://docs.joinmastodon.org/spec/security/#ld}
def update_activity_pub_state!
ActivityPub.transaction do

View file

@ -15,6 +15,8 @@ class ActivityPub
# Sin embargo, estas acciones nunca deberían llegar a nuestra
# Inbox.
#
# @todo Validar que le Actor corresponda con los objetos. Esto ya
# lo haría la Social Inbox por nosotres.
# @see {https://github.com/hyphacoop/social.distributed.press/issues/43}
def update_activity_pub_state!
ActivityPub.transaction do