Matrix-Chatfenster (read-only) im Dashboard integrieren
This commit is contained in:
@@ -149,6 +149,10 @@ type DashboardPage struct {
|
||||
TodayGroups []FieldTaskGroup
|
||||
Calendar []CalendarMonth
|
||||
PlanningCount int
|
||||
MatrixEnabled bool
|
||||
MatrixRoomID string
|
||||
MatrixError string
|
||||
MatrixMessages []MatrixMessage
|
||||
}
|
||||
|
||||
type FieldsPage struct {
|
||||
@@ -181,3 +185,9 @@ type GeneralPage struct {
|
||||
Settings Settings
|
||||
Months []MonthOption
|
||||
}
|
||||
|
||||
type MatrixMessage struct {
|
||||
Sender string
|
||||
Body string
|
||||
Timestamp string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user