From 754760fdbe9ec0f1d5c2864f6621b2213155f8c7 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 23 Dec 2016 17:00:36 +0100 Subject: mention property to follow same style Signed-off-by: Arthur Schiwon --- apps/comments/js/commentmodel.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'apps/comments/js') diff --git a/apps/comments/js/commentmodel.js b/apps/comments/js/commentmodel.js index a594753cd45..3711e53c9f3 100644 --- a/apps/comments/js/commentmodel.js +++ b/apps/comments/js/commentmodel.js @@ -19,7 +19,8 @@ PROPERTY_OBJECTID: '{' + OC.Files.Client.NS_OWNCLOUD + '}objectId', PROPERTY_OBJECTTYPE: '{' + OC.Files.Client.NS_OWNCLOUD + '}objectType', PROPERTY_ACTORDISPLAYNAME: '{' + OC.Files.Client.NS_OWNCLOUD + '}actorDisplayName', - PROPERTY_CREATIONDATETIME: '{' + OC.Files.Client.NS_OWNCLOUD + '}creationDateTime' + PROPERTY_CREATIONDATETIME: '{' + OC.Files.Client.NS_OWNCLOUD + '}creationDateTime', + PROPERTY_MENTIONS: '{' + OC.Files.Client.NS_OWNCLOUD + '}mentions' }); /** @@ -47,8 +48,8 @@ 'creationDateTime': OC.Files.Client.PROPERTY_CREATIONDATETIME, 'objectType': OC.Files.Client.PROPERTY_OBJECTTYPE, 'objectId': OC.Files.Client.PROPERTY_OBJECTID, - 'isUnread': OC.Files.Client.PROPERTY_ISUNREAD - 'mentions': '{' + NS_OWNCLOUD + '}mentions' + 'isUnread': OC.Files.Client.PROPERTY_ISUNREAD, + 'mentions': OC.Files.Client.PROPERTY_MENTIONS }, parse: function(data) { -- cgit v1.2.3