ssb: Fix contact groups expanding/collapsing together.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 19m23s

This commit is contained in:
2025-10-19 08:39:46 -04:00
parent acd114650a
commit e64d5617e7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ {
"type": "tildefriends-app", "type": "tildefriends-app",
"emoji": "🦀", "emoji": "🦀",
"previous": "&MmdDLLTFsefkzBvp4GGrghv95GPgd/00QKPBLEnpUgg=.sha256" "previous": "&wggp4XYiydgBSvQfWqGXXPtkgZ3XWkGLzkiBmghCyd8=.sha256"
} }

View File

@@ -326,7 +326,7 @@ class TfMessageElement extends LitElement {
} }
expanded_key() { expanded_key() {
return this.message?.id || this.messages?.map((x) => x.id).join(':'); return this.message?.id || this.message?.messages?.map((x) => x.id).join(':');
} }
set_expanded(expanded, tag) { set_expanded(expanded, tag) {