fix: 🐛
This commit is contained in:
@@ -100,7 +100,10 @@ class ClientService extends EventTarget {
|
|||||||
specifiedRelayUrls.forEach((url) => relaySet.add(url))
|
specifiedRelayUrls.forEach((url) => relaySet.add(url))
|
||||||
} else {
|
} else {
|
||||||
additionalRelayUrls?.forEach((url) => relaySet.add(url))
|
additionalRelayUrls?.forEach((url) => relaySet.add(url))
|
||||||
if (!specifiedRelayUrls?.length && ![kinds.Contacts, kinds.Mutelist].includes(event.kind)) {
|
if (
|
||||||
|
!specifiedRelayUrls?.length &&
|
||||||
|
![kinds.Contacts, kinds.Mutelist, ExtendedKind.PINNED_USERS].includes(event.kind)
|
||||||
|
) {
|
||||||
const mentions: string[] = []
|
const mentions: string[] = []
|
||||||
event.tags.forEach(([tagName, tagValue]) => {
|
event.tags.forEach(([tagName, tagValue]) => {
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user