Add option to reverse order of chat messages

This commit is contained in:
Georgi Gardev
2015-12-30 23:47:03 +02:00
parent 33714b4947
commit beaf0b83bb
3 changed files with 7 additions and 1 deletions

View File

@@ -360,6 +360,7 @@ var UserSchema = new Schema({
tagsCollapsed: {type: Boolean, 'default': false},
advancedCollapsed: {type: Boolean, 'default': false},
toolbarCollapsed: {type:Boolean, 'default':false},
reverseChatOrder: {type:Boolean, 'default':false},
background: String,
displayInviteToPartyWhenPartyIs1: { type:Boolean, 'default':true},
webhooks: {type: Schema.Types.Mixed, 'default': {}},