You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
tell people what an IS/IM are
This commit is contained in:
@@ -15,6 +15,6 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export const SERVICE_TYPES = Object.freeze({
|
export const SERVICE_TYPES = Object.freeze({
|
||||||
IS: 'SERVICE_TYPE_IS',
|
IS: 'SERVICE_TYPE_IS', // An Identity Service
|
||||||
IM: 'SERVICE_TYPE_IM',
|
IM: 'SERVICE_TYPE_IM', // An Integration Manager
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user