Misc changes
This commit is contained in:
		@@ -39,8 +39,6 @@ func NewExpandedTextMessage(event *mautrix.Event, displayname string, text tstri
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
var ZeroTime = time.Time{}
 | 
			
		||||
 | 
			
		||||
func NewDateChangeMessage(text string) UIMessage {
 | 
			
		||||
	midnight := time.Now()
 | 
			
		||||
	midnight = time.Date(midnight.Year(), midnight.Month(), midnight.Day(),
 | 
			
		||||
 
 | 
			
		||||
@@ -386,6 +386,7 @@ func (view *MainView) NotifyMessage(room *rooms.Room, message ifc.Message, shoul
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// TODO this should probably happen somewhere else
 | 
			
		||||
	//      (actually it's probably completely broken now)
 | 
			
		||||
	message.SetIsHighlight(should.Highlight)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user