mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add explore sidebar
This commit is contained in:
@@ -617,7 +617,7 @@ Used internally for obfuscating the page token.
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| filter | [string](#string) | | |
|
||||
| filter | [string](#string) | | Filter is used to filter users returned in the list. Format: "username == frank" |
|
||||
|
||||
|
||||
|
||||
|
@@ -303,6 +303,8 @@ type SearchUsersRequest struct {
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
// Filter is used to filter users returned in the list.
|
||||
// Format: "username == frank"
|
||||
Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user