fn append_children_mentions(
mentions: &mut Vec<(Pill, StrTendril)>,
children: Children,
room: &Room,
)
Expand description
Find mentions in the given child nodes and append them to the given list.
fn append_children_mentions(
mentions: &mut Vec<(Pill, StrTendril)>,
children: Children,
room: &Room,
)
Find mentions in the given child nodes and append them to the given list.