openstreetmap / openstreetmap-website

The Rails application that powers OpenStreetMap
https://www.openstreetmap.org/
GNU General Public License v2.0
2.17k stars 910 forks source link

Fix friendships limit flash message #5204

Closed AntonKhorev closed 2 weeks ago

AntonKhorev commented 2 weeks ago

If you try to add too many friends, you're supposed to see this message: image

But you won't see it because of flash.now followed by a redirect.

tomhughes commented 2 weeks ago

Looks good to me, thanks.