merge: upstream
This commit is contained in:
@@ -57,7 +57,7 @@ const rawUrl = computed(() => {
|
||||
});
|
||||
|
||||
const url = computed(() => {
|
||||
if (rawUrl.value == null) return null;
|
||||
if (rawUrl.value == null) return undefined;
|
||||
|
||||
const proxied =
|
||||
(rawUrl.value.startsWith('/emoji/') || (props.useOriginalSize && isLocal.value))
|
||||
|
||||
Reference in New Issue
Block a user