You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Review comments
This commit is contained in:
@@ -19,6 +19,10 @@ limitations under the License.
|
||||
var MatrixClientPeg = require("./MatrixClientPeg");
|
||||
var Notifier = require("./Notifier");
|
||||
|
||||
/*
|
||||
* TODO: Make things use this. This is all WIP - see UserSettings.js for usage.
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
|
||||
loadProfileInfo: function() {
|
||||
@@ -35,7 +39,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
saveThreePids: function(threePids) {
|
||||
|
||||
// TODO
|
||||
},
|
||||
|
||||
getEnableNotifications: function() {
|
||||
|
||||
Reference in New Issue
Block a user