Refactor ChatMessage model and components: rename messageJson to miniMessageNode for clarity and consistency.
This commit is contained in:
@@ -7,7 +7,7 @@ export interface ChatMessage {
|
||||
type: string;
|
||||
channel: string;
|
||||
receiver: string;
|
||||
messageJson: ProcessedMiniMessageNode;
|
||||
miniMessageNode: ProcessedMiniMessageNode;
|
||||
notBlocked: boolean;
|
||||
channelName?: string;
|
||||
channelType?: 'SERVER' | 'DM' | 'PARTY' | 'GAC' | 'SPY';
|
||||
|
||||
Reference in New Issue
Block a user