Fix DEVICE_MAPPING_USER_ANNOTATION_TYPE

pull/657/head
sachaaaaa 6 years ago
parent 2ab0d084f1
commit 03e0a5976f

@ -230,7 +230,7 @@ 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