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
Differential D10175
[web] await baseSetThreadAvatar/baseSetUserAvatar in onImageSelected ashoat on Dec 4 2023, 1:17 PM. Authored by Tags None Referenced Files
Subscribers
Details 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 Flow
Diff Detail
|