Tweak actor update

quote-url-support
Thomas Sileo 2022-09-15 22:19:01 +02:00
rodzic 110f7df962
commit 4e1e4d0ea8
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1422,7 +1422,8 @@ async def _handle_update_activity(
updated_actor = RemoteActor(wrapped_object)
if (
from_actor.ap_id != updated_actor.ap_id
or from_actor.ap_type != updated_actor.ap_type
or ap.as_list(from_actor.ap_type)[0] not in ap.ACTOR_TYPES
or ap.as_list(updated_actor.ap_type)[0] not in ap.ACTOR_TYPES
or from_actor.handle != updated_actor.handle
):
raise ValueError(