🐛 Bug fixes

⬆️ Add firebase performance
This commit is contained in:
2024-08-19 01:35:38 +08:00
parent 7fe26d0df0
commit 4d82ae8058
7 changed files with 84 additions and 6 deletions

View File

@ -66,7 +66,7 @@ class _StickerScreenState extends State<StickerScreen> {
Widget _buildEmoteEntry(Sticker item, String prefix) {
final imageUrl = ServiceFinder.buildUrl(
'files',
'/attachments/${item.attachmentId}',
'/attachments/${item.attachment.rid}',
);
return ListTile(
title: Text(item.name),