fix(client): CustomStatus don't working

This commit is contained in:
Misono Mika
2024-07-07 14:01:32 +00:00
parent 0e2d3416b0
commit f061e2042f

View File

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