DM styles update
This commit is contained in:
@ -68,7 +68,10 @@ export class Nip24ChatSystem extends ExternalStore<Array<Chat>> implements ChatS
|
||||
},
|
||||
{
|
||||
t: 0,
|
||||
title: "",
|
||||
title: undefined,
|
||||
} as {
|
||||
t: number;
|
||||
title: string | undefined;
|
||||
}
|
||||
);
|
||||
return {
|
||||
|
Reference in New Issue
Block a user