Merge pull request #657 from sachaaaaa/fix_-DEVICE_MAPPING_ANNOTATION_KEY

Fix DEVICE_MAPPING_USER_ANNOTATION_TYPE
pull/659/head
sachaaaaa 6 years ago committed by GitHub
commit 9733aee0d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -230,7 +230,10 @@ class LokiHomeServerInstance extends LokiFileServerInstance {
}
clearOurDeviceMappingAnnotations() {
return this._server.setSelfAnnotation(DEVICE_MAPPING_ANNOTATION_KEY, null);
return this._server.setSelfAnnotation(
DEVICE_MAPPING_USER_ANNOTATION_TYPE,
null
);
}
}

Loading…
Cancel
Save