1
0

feat: convert all markdown content to html (#1625)

Migration for https://kolaente.dev/vikunja/frontend/pulls/2222

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1625
Co-authored-by: kolaente <k@knt.li>
Co-committed-by: kolaente <k@knt.li>
This commit is contained in:
kolaente
2023-10-22 13:48:22 +00:00
committed by konrad
parent 10c9913e12
commit 8a4856ad87
2 changed files with 98 additions and 1 deletions

View File

@ -17,12 +17,13 @@
package v1
import (
"net/http"
"code.vikunja.io/api/pkg/db"
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/api/pkg/modules/auth"
"code.vikunja.io/api/pkg/notifications"
"github.com/labstack/echo/v4"
"net/http"
)
// MarkAllNotificationsAsRead marks all notifications of a user as read