Skip to content

Commit

Permalink
export topic ID URI prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Feb 3, 2024
1 parent fc01ef5 commit 976fe08
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/tinode.js
Original file line number Diff line number Diff line change
Expand Up @@ -2249,3 +2249,6 @@ Tinode.MAX_SUBSCRIBER_COUNT = 'maxSubscriberCount';
Tinode.MAX_TAG_COUNT = 'maxTagCount';
Tinode.MAX_FILE_UPLOAD_SIZE = 'maxFileUploadSize';
Tinode.REQ_CRED_VALIDATORS = 'reqCred';

// Tinode URI topic ID prefix, 'scheme:path/'.
Tinode.URI_TOPIC_ID_PREFIX = 'tinode:topic/';
1 change: 1 addition & 0 deletions umd/tinode.dev.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion umd/tinode.dev.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion umd/tinode.prod.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion umd/tinode.prod.js.map

Large diffs are not rendered by default.

0 comments on commit 976fe08

Please sign in to comment.