chore: bump version to v0.9.74 and update chat handler comments for clarity
This commit is contained in:
+1
-1
@@ -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",
|
||||||
|
|||||||
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user