1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

tell people what an IS/IM are

This commit is contained in:
David Baker
2019-07-11 16:29:27 +01:00
parent 5b9e158035
commit c74e0bb6b3

View File

@@ -15,6 +15,6 @@ limitations under the License.
*/
export const SERVICE_TYPES = Object.freeze({
IS: 'SERVICE_TYPE_IS',
IM: 'SERVICE_TYPE_IM',
IS: 'SERVICE_TYPE_IS', // An Identity Service
IM: 'SERVICE_TYPE_IM', // An Integration Manager
});