refactor(federation): drop dead export on downloadProfileAsset
This commit is contained in:
@@ -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> {
|
||||||
|
|||||||
Reference in New Issue
Block a user