You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-09-01 21:21:58 +03:00
Fix linting. Mark on new Store classes as WIP.
This commit is contained in:
@@ -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.
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user