Add "new-status" properties to PurplePresence with fallbacks were applicable
Review Request #2372 — Created March 20, 2023 and submitted — Latest diff uploaded
This adds the new
emoji
andmobile
properties toPurplePresence
. It also makesmessage
read/write and it fallsback to the active status's message if the internal message is false. Additionally the primitive property was movedPurpleStatusPrimitive
toPurplePresencePrimitive
.
Ran the updated unit tests and connected a demo account and verified that the expected status messages were displayed.