remove displayInviteToPartyWhenPartyIs1 setting

This commit is contained in:
negue
2023-03-29 22:58:09 +02:00
parent 1741ddfc64
commit e0300e8710
3 changed files with 1 additions and 23 deletions
+1
View File
@@ -537,6 +537,7 @@ export const UserSchema = new Schema({
reverseChatOrder: { $type: Boolean, default: false },
developerMode: { $type: Boolean, default: false },
background: String,
// deprecated, unused
displayInviteToPartyWhenPartyIs1: { $type: Boolean, default: true },
webhooks: {
$type: Schema.Types.Mixed,