Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Memorize current_#{group_name} to avoid error (lynndylanhurley#722)
Currently current_#{group_name} (ex. current_member) is not memorized as current_#{mapping} (ex. current_user) is. Instead, it calls set_user_by_token every time, and this could cause error if current_member is called after token is changed (maybe by some other request) and return nil
- Loading branch information