Fix WhoReacted
This commit is contained in:
		
							parent
							
								
									8ab56f5bcf
								
							
						
					
					
						commit
						74b6ceee78
					
				
					 1 changed files with 21 additions and 19 deletions
				
			
		|  | @ -93,28 +93,30 @@ export default definePlugin({ | |||
|     description: "Renders the avatars of users who reacted to a message", | ||||
|     authors: [Devs.Ven, Devs.KannaDev, Devs.newwares], | ||||
| 
 | ||||
|     patches: [{ | ||||
|         find: ",reactionRef:", | ||||
|         replacement: { | ||||
|             match: /(\i)\?null:\(0,\i\.jsx\)\(\i\.\i,{className:\i\.reactionCount,.*?}\),/, | ||||
|             replace: "$&$1?null:$self.renderUsers(this.props)," | ||||
|         } | ||||
|     }, { | ||||
|         find: '.displayName="MessageReactionsStore";', | ||||
|         replacement: { | ||||
|             match: /(?<=CONNECTION_OPEN:function\(\){)(\i)={}/, | ||||
|             replace: "$&;$self.reactions=$1" | ||||
|         } | ||||
|     }, | ||||
|     { | ||||
|     patches: [ | ||||
|         { | ||||
|             find: ",reactionRef:", | ||||
|             replacement: { | ||||
|                 match: /(\i)\?null:\(0,\i\.jsx\)\(\i\.\i,{className:\i\.reactionCount,.*?}\),/, | ||||
|                 replace: "$&$1?null:$self.renderUsers(this.props)," | ||||
|             } | ||||
|         }, { | ||||
|             find: '"MessageReactionsStore"', | ||||
|             replacement: { | ||||
|                 match: /(?<=CONNECTION_OPEN:function\(\){)(\i)={}/, | ||||
|                 replace: "$&;$self.reactions=$1" | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
| 
 | ||||
|         find: "cleanAutomaticAnchor(){", | ||||
|         replacement: { | ||||
|             match: /this\.automaticAnchor=null,this\.messageFetchAnchor=null,/, | ||||
|             replace: "$&$self.setScrollObj(this)," | ||||
|             find: "cleanAutomaticAnchor(){", | ||||
|             replacement: { | ||||
|                 match: /constructor\(\i\)\{(?=.{0,100}automaticAnchor)/, | ||||
|                 replace: "$&$self.setScrollObj(this);" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|     ], | ||||
| 
 | ||||
|     setScrollObj(scroll: any) { | ||||
|         Scroll = scroll; | ||||
|     }, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue