mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 01:54:02 +02:00
enhance: convert svg to png of custom emojis
This commit is contained in:
@@ -32,13 +32,19 @@ export class Emoji {
|
||||
@Column('varchar', {
|
||||
length: 512,
|
||||
})
|
||||
public url: string;
|
||||
public originalUrl: string;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 512,
|
||||
})
|
||||
public publicUrl: string;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 512, nullable: true,
|
||||
})
|
||||
public uri: string | null;
|
||||
|
||||
// publicUrlの方のtypeが入る
|
||||
@Column('varchar', {
|
||||
length: 64, nullable: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user