mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix memo search
This commit is contained in:
@@ -135,7 +135,7 @@ message ListMemosRequest {
|
||||
int32 limit = 2;
|
||||
|
||||
// Filter is used to filter memos returned in the list.
|
||||
// Format: "creator == users/{username} && visibility == PUBLIC"
|
||||
// Format: "creator == users/{username} && visibilities == ['PUBLIC', 'PROTECTED']"
|
||||
string filter = 3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user