mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: vacuum records manually (#420)
This commit is contained in:
@@ -156,3 +156,7 @@ type UserSettingFind struct {
|
||||
|
||||
Key *UserSettingKey `json:"key"`
|
||||
}
|
||||
|
||||
type UserSettingDelete struct {
|
||||
UserID int
|
||||
}
|
||||
|
Reference in New Issue
Block a user