mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-01 22:02:46 +00:00
Refactor removeDuplicates (might use slightly more memory but less CPU)
This commit is contained in:
parent
dd781907b1
commit
0096fc850a
2 changed files with 13 additions and 34 deletions
|
@ -64,7 +64,6 @@ type filterResponse struct {
|
|||
FilterID string `json:"filter_id"`
|
||||
}
|
||||
|
||||
// TODO: asdf
|
||||
//PutFilter implements POST /_matrix/client/r0/user/{userId}/filter
|
||||
func PutFilter(
|
||||
req *http.Request, device *api.Device, syncDB storage.Database, userID string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue