We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7439f13 commit 8da4c12Copy full SHA for 8da4c12
lib/widgets/actions.dart
@@ -253,7 +253,7 @@ abstract final class ZulipAction {
253
final store = PerAccountStoreWidget.of(context);
254
// TODO discuss on #api design that percent-encoded form accepted here
255
resultUrl = (await messages_api.getFileTemporaryUrl(store.connection,
256
- realmId: link.realmId, filename: link.path)).url;
+ fileUrlPath: link.urlPath)).url;
257
} catch (e) {
258
if (!context.mounted) return null;
259
final errorMessage = switch (e) {
0 commit comments