Summary: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
|||||||||
Testing Done: |
|
|||||||||
Commits: |
|
|||||||||
Diff: |
Revision 2 (+562 -128) |
Add "new-status" properties to PurplePresence with fallbacks were applicable
Review Request #2372 — Created March 21, 2023 and submitted
Information | |
---|---|
grim | |
pidgin/pidgin | |
default | |
2376 | |
Reviewers | |
pidgin | |
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.
Summary | |
---|---|
Change Summary:
Rebased
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+562 -128) |