Handle rate limits
Bug #1263378 reported by
Kai Mast
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Friends |
New
|
Undecided
|
Unassigned |
Bug Description
When rate limits are exceeded it is only visible in the log. There should be a notification so the user knows what is going on.
Also the rate limit headers have a X-Rate-Limit-Reset field that tells you how much seconds it takes until the rate limit is reset. That would also be helpful to know as a user.
Oh seems like friends already parses these headers. So we just have to create a notification when they are reached so the user knows what is going on.