mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 05:36:16 +02:00
enhance: improve avatar decoration
This commit is contained in:
@@ -19,6 +19,8 @@ export type UserLite = {
|
||||
avatarDecorations: {
|
||||
id: ID;
|
||||
url: string;
|
||||
angle?: number;
|
||||
flipH?: boolean;
|
||||
}[];
|
||||
emojis: {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user