package constants const SchemaVersion = "schemaVersion" const Name = "name" const LastRead = "last-read" const Picture = "picture" const ShowBlocked = "show-blocked" const ProfileTypeV1DefaultPassword = "v1-defaultPassword" const ProfileTypeV1Password = "v1-userPassword" // PeerOnline stores state on if the peer believes it is online const PeerOnline = "peer-online"