mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-10-31 08:11:24 +01:00 
			
		
		
		
	Fix replication
This commit is contained in:
		
							parent
							
								
									6b61060b51
								
							
						
					
					
						commit
						0f3e296cb7
					
				| @ -73,6 +73,9 @@ class SlavedEventStore(BaseSlavedStore): | ||||
|     # to reach inside the __dict__ to extract them. | ||||
|     get_rooms_for_user = RoomMemberStore.__dict__["get_rooms_for_user"] | ||||
|     get_users_in_room = RoomMemberStore.__dict__["get_users_in_room"] | ||||
|     get_users_who_share_room_with_user = ( | ||||
|         RoomMemberStore.__dict__["get_users_who_share_room_with_user"] | ||||
|     ) | ||||
|     get_latest_event_ids_in_room = EventFederationStore.__dict__[ | ||||
|         "get_latest_event_ids_in_room" | ||||
|     ] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user