From e9f8e150e7227fa78c80274c5bc1296cc2fb2707 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 14 Oct 2018 00:09:41 +0300 Subject: - [Improve notifications](https://github.com/wekan/wekan/pull/1948). Thanks to Akuket ! Closes #1304 --- models/users.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'models/users.js') diff --git a/models/users.js b/models/users.js index 07a3f75c..dc0ab608 100644 --- a/models/users.js +++ b/models/users.js @@ -89,10 +89,6 @@ Users.attachSchema(new SimpleSchema({ type: [String], optional: true, }, - 'profile.tags': { - type: [String], - optional: true, - }, 'profile.icode': { type: String, optional: true, -- cgit v1.2.3-1-g7c22