mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-10 21:27:01 +00:00
Fix typo
This commit is contained in:
@@ -114,7 +114,7 @@ export class Message extends BaseClass {
|
||||
@ManyToOne(() => Application)
|
||||
application?: Application;
|
||||
|
||||
@Column({ nullable: true, type: "longtext" })
|
||||
@Column({ nullable: true })
|
||||
content?: string;
|
||||
|
||||
@Column()
|
||||
|
||||
@@ -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[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user