pub fn handle_send_chat_kind_event(
events: EventReader<'_, '_, SendChatKindEvent>,
commands: Commands<'_, '_>,
query: Query<'_, '_, (&Account, &mut ChatSigningSession)>,
)
pub fn handle_send_chat_kind_event(
events: EventReader<'_, '_, SendChatKindEvent>,
commands: Commands<'_, '_>,
query: Query<'_, '_, (&Account, &mut ChatSigningSession)>,
)