Add ConversationMember:nickname and ConversationMember:name-for-display properties
Review Request #3236 — Created June 7, 2024 and submitted — Latest diff uploaded
Matrix and XMPP allow users to set a conversation specific nickname, these
properties allow us to support them while providing a method for the ui to know
which name to display.I also did a few minor clean ups like dedenting [gs]et_property and
NULL
'd out thenick
andblurb
parameters for the existing properties.
Ran the
conversation_member
tests under valgrind, and ran the turtles for good measure.