This commit is contained in:
Madeline
2022-09-09 23:25:59 +10:00
parent efb514038b
commit d5fbd8e2c2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ export class Message extends BaseClass {
@ManyToOne(() => Application)
application?: Application;
@Column({ nullable: true, type: "longtext" })
@Column({ nullable: true })
content?: string;
@Column()
+1 -1
View File
@@ -37,7 +37,7 @@ export interface Activity {
id?: string;
sync_id?: string;
metadata?: { // spotify
context_url?: string;
context_uri?: string;
album_id: string;
artist_ids: string[];
};