Skip to content

Commit f291931

Browse files
committed
change comment re tinode url
1 parent ab46f61 commit f291931

File tree

7 files changed

+46
-292
lines changed

7 files changed

+46
-292
lines changed

src/widgets/chat-message.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class BaseChatMessage extends React.PureComponent {
8080
case 'contact_chat':
8181
e.preventDefault();
8282
try {
83-
// tinode:topic/usr123abc -> usr123abc
83+
// tinode:id/usr123abc -> usr123abc
8484
const pathname = new URL(e.target.dataset.val)?.pathname;
8585
const parts = pathname.split('/').filter(Boolean);
8686
HashNavigation.navigateTo(HashNavigation.setUrlTopic('', parts.pop() || ''));

umd/343.prod.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

umd/src_views_messages-view_jsx.dev.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)