A various number of fixes related to ensuring message content is captured, and adding downloading of attachments
This commit is contained in:
@@ -5,7 +5,7 @@ import { DBCall } from "./DBCall";
|
||||
|
||||
@Entity()
|
||||
export class DBChannel {
|
||||
@PrimaryColumn({type: "bigint"})
|
||||
@PrimaryColumn({type: "text"})
|
||||
channel_snowflake: string
|
||||
|
||||
@ManyToOne(() => DBServer, (server: DBServer) => server.channels, {nullable: true})
|
||||
|
||||
Reference in New Issue
Block a user