version/0.1.4 #9

Merged
chiko merged 19 commits from version/0.1.4 into main 2025-11-03 00:41:45 +00:00
Showing only changes of commit d22dbaf971 - Show all commits

View File

@@ -220,7 +220,7 @@ export class Event implements TEventEntity {
const body = [
`Title: ${this.title}`,
`Date: ${this.date_at}`,
`Time: ${this.get_time_start()}${ TimeDiff ? ` (Optime ${TimeDiff})` : "" }`,
`Time: ${this.get_time_start()}${ TimeDiff && TimeDiff == "00:00" ? ` (Optime ${TimeDiff})` : "" }`,
`Type: ${ TEventType[ this.event_type ] }`,
`Location: ${this.location}`,
`By: ${this.posted_by}`,