fix(plugins): update yaegi symbols for renamed reminder notification

After the rebase onto main (which added pkg/yaegi_symbols/), the renamed
DailyTasksReminderNotification (previously UndoneTask/UndoneTasksOverdueNotification)
needs to be reflected in the generated symbol table so yaegi plugins build.
This commit is contained in:
kolaente 2026-04-05 14:28:33 +02:00
parent 7c69302119
commit 503ca607d1
1 changed files with 1 additions and 2 deletions

View File

@ -20,6 +20,7 @@ func init() {
"CreateNewProjectForUser": reflect.ValueOf(models.CreateNewProjectForUser),
"CreateProject": reflect.ValueOf(models.CreateProject),
"CreateSession": reflect.ValueOf(models.CreateSession),
"DailyTasksReminderNotification": reflect.ValueOf((*models.DailyTasksReminderNotification)(nil)),
"DeleteAllUserSessions": reflect.ValueOf(models.DeleteAllUserSessions),
"DeleteOrphanedTaskPositions": reflect.ValueOf(models.DeleteOrphanedTaskPositions),
"DeleteUser": reflect.ValueOf(models.DeleteUser),
@ -501,8 +502,6 @@ func init() {
"TeamProject": reflect.ValueOf((*models.TeamProject)(nil)),
"TeamUser": reflect.ValueOf((*models.TeamUser)(nil)),
"TeamWithPermission": reflect.ValueOf((*models.TeamWithPermission)(nil)),
"UndoneTaskOverdueNotification": reflect.ValueOf((*models.UndoneTaskOverdueNotification)(nil)),
"UndoneTasksOverdueNotification": reflect.ValueOf((*models.UndoneTasksOverdueNotification)(nil)),
"UnsplashPhoto": reflect.ValueOf((*models.UnsplashPhoto)(nil)),
"UpdateTaskInSavedFilterViews": reflect.ValueOf((*models.UpdateTaskInSavedFilterViews)(nil)),
"UserDataExportRequestedEvent": reflect.ValueOf((*models.UserDataExportRequestedEvent)(nil)),