Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
360a4d83db |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"VERSION": "v0.7.89",
|
||||
"VERSION_NUMBER": "0.7.89",
|
||||
"BUILD_DATE": "2026-07-01T20:50:21.925Z"
|
||||
"VERSION": "v0.7.90",
|
||||
"VERSION_NUMBER": "0.7.90",
|
||||
"BUILD_DATE": "2026-07-01T20:54:24.423Z"
|
||||
}
|
||||
|
||||
@@ -1108,6 +1108,12 @@ import { createProfileCache } from './js/profile-cache.mjs';
|
||||
// post-interactions module via a detached interaction bar (kept out of
|
||||
// the DOM so it never shows up in the row). Menu items trigger clicks
|
||||
// on the corresponding buttons in that detached bar.
|
||||
console.log('[notifications] buildNotificationRow menu check', {
|
||||
notifId: item.id,
|
||||
kind: item.kind,
|
||||
targetEventId: item.targetEventId,
|
||||
hasInteractions: !!interactions
|
||||
});
|
||||
if (item.targetEventId && interactions) {
|
||||
const targetPubkey = item.targetPubkey || currentPubkey;
|
||||
const targetEventData = { id: item.targetEventId, pubkey: targetPubkey };
|
||||
|
||||
Reference in New Issue
Block a user