ReplySnippet

fun ReplySnippet(originalMessage: Message?, onClearReply: () -> Unit, ourNode: Node?)(source)

Displays a snippet of the message being replied to.

Parameters

originalMessage

The message being replied to, or null if not replying.

onClearReply

Callback to clear the reply state.

ourNode

The current user's node information, to display "You" if replying to self.