refactor(federation): drop dead export on downloadProfileAsset

This commit is contained in:
Jannis Braun
2026-05-10 19:10:56 +02:00
parent 240df49d1d
commit 78d2ab496d
+1 -1
View File
@@ -5669,7 +5669,7 @@ function processDmTypingStopEvent(
* Returns the local filename on success, or null on failure. * Returns the local filename on success, or null on failure.
* On failure, the caller stores the absolute URL as a display fallback. * On failure, the caller stores the absolute URL as a display fallback.
*/ */
export async function downloadProfileAsset( async function downloadProfileAsset(
url: string, url: string,
sourceInstance: string, sourceInstance: string,
): Promise<string | null> { ): Promise<string | null> {