Implement account muting
This commit is contained in:
parent
3972706c54
commit
8cd2b4a721
12 changed files with 101 additions and 15 deletions
|
@ -72,7 +72,6 @@ export async function resize(localUri: string, opts: ResizeOpts) {
|
|||
undefined,
|
||||
{mode: opts.mode},
|
||||
)
|
||||
console.log(quality, resizeRes)
|
||||
if (resizeRes.size < opts.maxSize) {
|
||||
return resizeRes
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue