You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-03 00:33:22 +03:00 
			
		
		
		
	Update slash command posthog enum (#7776)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							f6565bfbc8
						
					
				
				
					commit
					fd832488f1
				
			@@ -91,7 +91,7 @@
 | 
			
		||||
    "linkifyjs": "^4.0.0-beta.4",
 | 
			
		||||
    "lodash": "^4.17.20",
 | 
			
		||||
    "maplibre-gl": "^1.15.2",
 | 
			
		||||
    "matrix-analytics-events": "github:matrix-org/matrix-analytics-events.git#3c9ca927f68300a6d2589dfd802161c737ff59c2",
 | 
			
		||||
    "matrix-analytics-events": "github:matrix-org/matrix-analytics-events.git#b183e6316826be11bbcc82d44b8f71921acd9d76",
 | 
			
		||||
    "matrix-events-sdk": "^0.0.1-beta.6",
 | 
			
		||||
    "matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
 | 
			
		||||
    "matrix-widget-api": "^0.1.0-beta.18",
 | 
			
		||||
 
 | 
			
		||||
@@ -500,7 +500,7 @@ export const Commands = [
 | 
			
		||||
        command: 'invite',
 | 
			
		||||
        args: '<user-id> [<reason>]',
 | 
			
		||||
        description: _td('Invites user with given id to current room'),
 | 
			
		||||
        analyticsName: "invite",
 | 
			
		||||
        analyticsName: "Invite",
 | 
			
		||||
        isEnabled: () => shouldShowComponent(UIComponent.InviteUsers),
 | 
			
		||||
        runFn: function(roomId, args) {
 | 
			
		||||
            if (args) {
 | 
			
		||||
@@ -687,7 +687,7 @@ export const Commands = [
 | 
			
		||||
        command: 'part',
 | 
			
		||||
        args: '[<room-address>]',
 | 
			
		||||
        description: _td('Leave room'),
 | 
			
		||||
        analyticsName: "part",
 | 
			
		||||
        analyticsName: "Part",
 | 
			
		||||
        runFn: function(roomId, args) {
 | 
			
		||||
            const cli = MatrixClientPeg.get();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6249,9 +6249,9 @@ mathml-tag-names@^2.1.3:
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
 | 
			
		||||
  integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
 | 
			
		||||
 | 
			
		||||
"matrix-analytics-events@github:matrix-org/matrix-analytics-events.git#3c9ca927f68300a6d2589dfd802161c737ff59c2":
 | 
			
		||||
"matrix-analytics-events@github:matrix-org/matrix-analytics-events.git#b183e6316826be11bbcc82d44b8f71921acd9d76":
 | 
			
		||||
  version "0.0.1"
 | 
			
		||||
  resolved "https://codeload.github.com/matrix-org/matrix-analytics-events/tar.gz/3c9ca927f68300a6d2589dfd802161c737ff59c2"
 | 
			
		||||
  resolved "https://codeload.github.com/matrix-org/matrix-analytics-events/tar.gz/b183e6316826be11bbcc82d44b8f71921acd9d76"
 | 
			
		||||
 | 
			
		||||
matrix-events-sdk@^0.0.1-beta.6:
 | 
			
		||||
  version "0.0.1-beta.6"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user