mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-25 09:42:10 +00:00
Merge pull request #9 from DiegoMagdaleno/master
Fix: edited_timestamp should be either Date | null not Date | undefined
This commit is contained in:
@@ -16,7 +16,7 @@ export interface Message {
|
||||
application_id?: string;
|
||||
content?: string;
|
||||
timestamp: Date;
|
||||
edited_timestamp?: Date;
|
||||
edited_timestamp: Date | null;
|
||||
tts?: boolean;
|
||||
mention_everyone?: boolean;
|
||||
mention_user_ids: string[];
|
||||
|
||||
Reference in New Issue
Block a user