You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since permission messages are their own built-in protocol, we currently add a protocol RecordsTag to the RecordsWrite messages associated with PermissionGrant, PermissionRequest and PermissionRevocation messages. This tag references the protocol which the request/grant/revocation is scoped to, allowing indexing and querying all messages related to a particular protocol.
Although permission messages are typically not deleted, we should also tag the RecordsDelete messages as well.
The text was updated successfully, but these errors were encountered:
Since permission messages are their own built-in protocol, we currently add a
protocol
RecordsTag to theRecordsWrite
messages associated withPermissionGrant
,PermissionRequest
andPermissionRevocation
messages. This tag references theprotocol
which the request/grant/revocation is scoped to, allowing indexing and querying all messages related to a particular protocol.Although permission messages are typically not deleted, we should also tag the
RecordsDelete
messages as well.The text was updated successfully, but these errors were encountered: