- Change Summary:
-
Fix typo.
- Description:
-
~ This will allow user interfaces to more gracefully hand conversations with
~ This will allow user interfaces to more gracefully handle conversations with
disconnected accounts and offline conversations. I didn't create a
purple_conversation_new_federated
as we don't have apurple_conversation_new
yet. I'm waiting on both of those untilPurpleConversation
is a final type.
Add online and federated properties to PurpleConversation
Review Request #2609 — Created Sept. 5, 2023 and submitted
This will allow user interfaces to more gracefully handle conversations with
disconnected accounts and offline conversations.I didn't create a
purple_conversation_new_federated
as we don't have apurple_conversation_new
yet. I'm waiting on both of those untilPurpleConversation
is a final type.
Compiled and ran the unit tests only. Writing unit tests for this right now would require a custom
PurpleProtocol
as well as a customPurpleConnection
and maybe more. So I skipped for the time being as this is pretty straight forward.