You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
remove unused function
This commit is contained in:
@@ -346,10 +346,6 @@ export default class DeviceList extends EventEmitter {
|
|||||||
return this._devices[userId];
|
return this._devices[userId];
|
||||||
}
|
}
|
||||||
|
|
||||||
getRawStoredCrossSigningForUser(userId) {
|
|
||||||
return this._crossSigningInfo[userId];
|
|
||||||
}
|
|
||||||
|
|
||||||
getStoredCrossSigningForUser(userId) {
|
getStoredCrossSigningForUser(userId) {
|
||||||
if (!this._crossSigningInfo[userId]) return null;
|
if (!this._crossSigningInfo[userId]) return null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user