Refactor removeDuplicates (might use slightly more memory but less CPU)

This commit is contained in:
Neil Alexander 2021-01-20 10:29:32 +00:00
parent dd781907b1
commit 0096fc850a
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 13 additions and 34 deletions

View file

@ -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,