storage: add stub for emoji.available

This commit is contained in:
Luna 2021-08-29 11:48:05 -03:00
parent b66e5e0443
commit ae26f20705
1 changed files with 1 additions and 0 deletions

View File

@ -1269,6 +1269,7 @@ class Storage:
uploader_id = drow.pop("uploader_id")
drow["user"] = await self.get_user(uploader_id)
drow["available"] = True
return drow