A Ruby gem for streaming data from the Bluesky/ATProto firehose

updated comment about IdentityMessage handle

+1 -1
+1 -1
lib/skyfall/firehose/identity_message.rb
··· 8 8 # 9 9 # Firehose message sent when a new DID is created or when the details of someone's DID document 10 10 # are changed (usually either a handle change or a migration to a different PDS). The message 11 - # should include currently assigned handle (though the field is not required). 11 + # may include currently assigned handle, though it's not required that this field is set. 12 12 # 13 13 # Note: the message is originally emitted from the account's PDS and is passed as is by relays, 14 14 # which means you can't fully trust that the handle is actually correctly assigned to the DID