Async store part 1
This commit is contained in:
@@ -626,10 +626,11 @@ define([
|
||||
});
|
||||
};
|
||||
|
||||
// TODO displayName
|
||||
messenger.getMyInfo = function (cb) {
|
||||
cb(void 0, {
|
||||
curvePublic: proxy.curvePublic,
|
||||
displayName: common.getDisplayName(),
|
||||
displayName: '' //common.getDisplayName(),
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user