message_added


Description:

public signal void message_added (Message message, SessionBase? session)

Emitted when a new message is added to a session.

This is the signal for the new flow: - Session.send() adds message to session and emits this signal - UI connects to this signal to update the display

Parameters:

message

The message that was added

session

The session the message was added to (may be null for messages not yet associated with a session)