add :emote and :list to chat

This commit is contained in:
Evan Carroll 2026-01-12 17:23:41 -06:00
parent 1ca300098f
commit bd28e201a2
7 changed files with 741 additions and 22 deletions

View file

@ -292,7 +292,8 @@ async fn handle_socket(
});
}
ClientMessage::UpdateEmotion { emotion } => {
if emotion > 9 {
// We have 12 emotions (0-11)
if emotion > 11 {
continue;
}
let emotion_layer = match avatars::set_emotion(