-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Current behaviours:
>>> cbrrr.encode_dag_cbor({"$bytes": "aa", "abc": "def"}, atjson_mode=True)
b'\xa2cabccdeff$bytesbaa' # should raise exception, not valid under atproto data model
>>> cbrrr.decode_dag_cbor(cbrrr.encode_dag_cbor({"$bytes": False}), atjson_mode=True)
{'$bytes': False} # should raise exception during decode, not valid under atproto data model(same for $link)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels