Skip to content

Commit

Permalink
hotfix e1986b2
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Feb 6, 2025
1 parent af75180 commit 59985f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/models/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export class MiUser {
public setFederationAvatarShape: boolean;

@Column('boolean', {
default: true,
default: false,
})
public isSquareAvatars: boolean;

Expand Down

0 comments on commit 59985f8

Please sign in to comment.