Correct attribute _receiving_actor_id on BaseEntity

merge-requests/131/head
Jason Robinson 2018-08-12 19:42:22 +03:00
rodzic 4c24e57bff
commit fd6f24ad34
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,8 +5,8 @@ import warnings
class BaseEntity:
_allowed_children = ()
# If we have a receiver for a private payload, store receiving user guid here
_receiving_guid = ""
# If we have a receiver for a private payload, store receiving actor id here
_receiving_actor_id = ""
_source_protocol = ""
# Contains the original object from payload as a string
_source_object = None