Fix image events opened/copied url
This commit is contained in:
@@ -138,6 +138,11 @@ class Backend:
|
||||
return hsluv.hsluv_to_rgb([hue, saturation, lightness])
|
||||
|
||||
|
||||
@staticmethod
|
||||
async def mxc_to_http(mxc: str) -> Optional[str]:
|
||||
return nio.Api.mxc_to_http(mxc)
|
||||
|
||||
|
||||
@staticmethod
|
||||
async def check_exported_keys_passphrase(file_path: str, passphrase: str,
|
||||
) -> Union[bool, Tuple[str, bool]]:
|
||||
|
Reference in New Issue
Block a user