Merge pull request #1210 from misonomikadev/main

fix(client): CustomStatus don't working
This commit is contained in:
Elysia
2024-07-07 21:06:01 +07:00
committed by GitHub

View File

@@ -674,7 +674,7 @@ class CustomStatus extends Activity {
return { return {
name: this.name, name: this.name,
emoji: this.emoji, emoji: this.emoji,
type: this.type, type: ActivityTypes.CUSTOM,
state: this.state, state: this.state,
}; };
} }