Page MenuHomePhabricator

[web] await baseSetThreadAvatar/baseSetUserAvatar in onImageSelected
ClosedPublic

Authored by ashoat on Dec 4 2023, 1:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 1:51 AM
Unknown Object (File)
Thu, Nov 7, 10:22 PM
Unknown Object (File)
Thu, Nov 7, 6:00 PM
Unknown Object (File)
Oct 16 2024, 5:55 PM
Unknown Object (File)
Oct 16 2024, 5:55 PM
Unknown Object (File)
Oct 16 2024, 5:55 PM
Unknown Object (File)
Oct 16 2024, 5:53 PM
Unknown Object (File)
Oct 16 2024, 5:52 PM
Subscribers

Details

Summary

We could add a void here instead, but onImageSelected is already an async function, and the place we're passing it to doesn't await the result anyways. So might as well just add an await keyword.

Depends on D10174

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable