Merge remote-tracking branch 'origin/main' into 11-enhanced-module-titles

This commit is contained in:
survellow
2023-10-25 18:50:41 +02:00
41 changed files with 2280 additions and 590 deletions

View File

@@ -52,7 +52,7 @@ func replaceNameIfUserDefined(event *model.Event, mapping []model.FeedCollection
return event.Name
}
func generateDescription(event *model.Event) string {
func generateDescription(event model.Event) string {
var description string
if !functions.OnlyWhitespace(event.Notes) {