You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Typescript conversion of Composer components and more
This commit is contained in:
		@@ -15,6 +15,7 @@ limitations under the License.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
import { randomString } from "matrix-js-sdk/src/randomstring";
 | 
			
		||||
import { IContent } from "matrix-js-sdk/src/models/event";
 | 
			
		||||
 | 
			
		||||
import { getCurrentLanguage } from './languageHandler';
 | 
			
		||||
import PlatformPeg from './PlatformPeg';
 | 
			
		||||
@@ -868,7 +869,7 @@ export default class CountlyAnalytics {
 | 
			
		||||
        roomId: string,
 | 
			
		||||
        isEdit: boolean,
 | 
			
		||||
        isReply: boolean,
 | 
			
		||||
        content: {format?: string, msgtype: string},
 | 
			
		||||
        content: IContent,
 | 
			
		||||
    ) {
 | 
			
		||||
        if (this.disabled) return;
 | 
			
		||||
        const cli = MatrixClientPeg.get();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user