chore: bump version to v0.9.74 and update chat handler comments for clarity

This commit is contained in:
haorwen
2026-04-06 22:49:53 +08:00
committed by cnb
parent 9395cf39e7
commit 8324bd49cb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "vocechat-web", "name": "vocechat-web",
"version": "0.9.73", "version": "0.9.74",
"homepage": "https://voce.chat", "homepage": "https://voce.chat",
"dependencies": { "dependencies": {
"@metamask/onboarding": "^1.0.1", "@metamask/onboarding": "^1.0.1",
+2 -2
View File
@@ -99,8 +99,8 @@ const handler = (
} }
// } // }
}); });
// 推给 PC 端 // 推给 PC 端(自己发的不推送)
{ if (!self) {
const state = store.getState(); const state = store.getState();
const sender = state.users.byId[from_uid]?.name ?? ""; const sender = state.users.byId[from_uid]?.name ?? "";
const channel = const channel =