Added DMail support #5

Merged
fenpaws merged 11 commits from develop/dm into main 2024-07-11 11:58:03 +00:00
Showing only changes of commit 1ce4fd93b9 - Show all commits

View File

@ -192,7 +192,7 @@ func GetAllDmails(requestContext model.RequestContext, query map[string]string)
if err != nil { if err != nil {
// Log the error and return an empty slice and the error. // Log the error and return an empty slice and the error.
return nil, err return []model.DMail{}, nil
} }
// Return the list of posts and no error (nil). // Return the list of posts and no error (nil).