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 7291212 commit c1b49b3Copy full SHA for c1b49b3
lib/model/internal_link.dart
@@ -77,7 +77,7 @@ Uri narrowLink(PerAccountStore store, Narrow narrow, {int? nearMessageId}) {
77
final slugifiedName = _encodeHashComponent(name.replaceAll(' ', '-'));
78
fragment.write('$streamId-$slugifiedName');
79
case ApiNarrowTopic():
80
- fragment.write(_encodeHashComponent(element.operand));
+ fragment.write(_encodeHashComponent(element.operand.apiName));
81
case ApiNarrowDmModern():
82
final suffix = element.operand.length >= 3 ? 'group' : 'dm';
83
fragment.write('${element.operand.join(',')}-$suffix');
0 commit comments