From 1ef7af258dbd81f6a347830d469e795583e69099 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 28 Jul 2015 11:50:47 +0100 Subject: [PATCH] Fix linting. Mark on new Store classes as WIP. --- CHANGELOG.md | 4 +++- lib/pushprocessor.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 348cc8404..11e7443e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,9 +49,11 @@ Crypto infrastructure (crypto is *NOT* available in this version): New classes: * `MatrixCall` + * `WebStorageStore` - *WIP; unstable* + * `WebStorageSessionStore` - *WIP; unstable* Bug fixes: - * Member name bugfix: Fixed an issue which prevented RoomMember.name being + * Member name bugfix: Fixed an issue which prevented `RoomMember.name` being disambiguated if there was exactly 1 other person with the same display name. * Member name bugfix: Disambiguate both clashing display names with user IDs in the event of a clash. diff --git a/lib/pushprocessor.js b/lib/pushprocessor.js index 3895c8dfb..7d3ccf43d 100644 --- a/lib/pushprocessor.js +++ b/lib/pushprocessor.js @@ -244,7 +244,7 @@ function PushProcessor(client) { } /** - * @typedef PushAction + * @typedef {Object} PushAction * @type {Object} * @property {boolean} notify Whether this event should notify the user or not. * @property {Object} tweaks How this event should be notified.