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 c8e5228 commit 7da3805Copy full SHA for 7da3805
ee/packages/federation-matrix/src/FederationMatrix.ts
@@ -1,7 +1,8 @@
1
import 'reflect-metadata';
2
3
-import type { PresenceState , EventID} from '@hs/core';
+import type { PresenceState } from '@hs/core';
4
import { ConfigService, createFederationContainer, getAllServices } from '@hs/federation-sdk';
5
+import type { EventID } from '@hs/room';
6
import type { HomeserverEventSignatures, HomeserverServices, FederationContainerOptions } from '@hs/federation-sdk';
7
import { type IFederationMatrixService, Room, ServiceClass, Settings } from '@rocket.chat/core-services';
8
import { isDeletedMessage, isMessageFromMatrixFederation, isQuoteAttachment, UserStatus } from '@rocket.chat/core-typings';
0 commit comments