forked from coracle/flotilla
Handle broken supported_nips
This commit is contained in:
+1
-1
@@ -485,7 +485,7 @@ export const messages = derived(
|
||||
export const groupMeta = deriveEvents(repository, {filters: [{kinds: [GROUP_META]}]})
|
||||
|
||||
export const hasNip29 = (relay?: Relay) =>
|
||||
relay?.profile?.supported_nips?.map(String)?.includes("29")
|
||||
relay?.profile?.supported_nips?.map?.(String)?.includes?.("29")
|
||||
|
||||
// Channels
|
||||
|
||||
|
||||
Reference in New Issue
Block a user