added reply message to channel
This commit is contained in:
@@ -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