add hashtag block
This commit is contained in:
@@ -70,3 +70,11 @@ export const FULL_RELAYS = [
|
||||
'wss://relay.nostr.band/all',
|
||||
'wss://nostr.mutinywallet.com',
|
||||
];
|
||||
|
||||
export const BLOCK_KINDS = {
|
||||
image: 0,
|
||||
feed: 1,
|
||||
thread: 2,
|
||||
hashtag: 3,
|
||||
exchange_rate: 4,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user