mirror of
				https://github.com/ergochat/ergo.git
				synced 2025-10-31 13:57:23 +01:00 
			
		
		
		
	Merge pull request #1631 from slingamn/autoreplay_dms
fix autoreplay of DMs
This commit is contained in:
		
						commit
						a2b5548c8b
					
				| @ -787,7 +787,7 @@ func (client *Client) playReattachMessages(session *Session) { | ||||
| 	} | ||||
| 	if !session.autoreplayMissedSince.IsZero() && !hasHistoryCaps { | ||||
| 		rb := NewResponseBuffer(session) | ||||
| 		zncPlayPrivmsgs(client, rb, "*", time.Now().UTC(), session.autoreplayMissedSince) | ||||
| 		zncPlayPrivmsgs(client, rb, "", time.Now().UTC(), session.autoreplayMissedSince) | ||||
| 		rb.Send(true) | ||||
| 	} | ||||
| 	session.autoreplayMissedSince = time.Time{} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Shivaram Lingamneni
						Shivaram Lingamneni