added reply message to channel
This commit is contained in:
4
src/stores/channel.tsx
Normal file
4
src/stores/channel.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import { atomWithReset } from 'jotai/utils';
|
||||
|
||||
// channel reply id
|
||||
export const channelReplyAtom = atomWithReset({ id: null, pubkey: null, content: null });
|
||||
Reference in New Issue
Block a user