Resolving feature gap with server implementation after community contribution.
* // Set only when a message in a convo is private replied on a 1-1 room. Represents the parent message id
* replyToMessageId?: int,
* // Set only when a message in a convo is private replied on a 1-1 room. Represents the parent message's group conversation token.
* replyToConversationToken?: string,
* // Set only when a message in a convo is private replied on a 1-1 room. Represents the parent message's group conversation name
* replyToConversationName?: string,
* // Set only when a message in a convo is private replied on a 1-1 room. Represents the parent message's actor display name
* replyToActorDisplayName?: string,
Resolving feature gap with server implementation after community contribution.
Things to consider:
private-reply(Talk 24.0.0)/ocs/v2.php/apps/spreed/api/v1/chat/{token}:replyTo: original message idreplyToToken: original conversation tokenVERB_PRIVATE_REPLY = 'private_reply', should be invisible (stored in DB,replyTomessage in 1:1 chat before sending/during sending (temporary)