Some actions like shownotice or conversation weren't asking for redirection after login. Extended base Action class with redirection logic, child actions must now override redirectAfterLogin and set it to true. Directory plugin was updated as consequence.
Some actions like `shownotice` or `conversation` weren't asking for redirection after login. Extended base `Action` class with redirection logic, child actions must now override `redirectAfterLogin` and set it to true. Directory plugin was updated as consequence.
In the commit https://notabug.org/tenma/gnu-social/commit/aba9b338228b8f2e5ae7a7b6cef279d223127782
- Replace array() with []
- Revert style regressions like: https://notabug.org/tenma/gnu-social/commit/aba9b338228b8f2e5ae7a7b6cef279d223127782#diff-838d308e6caac9fa16d36b543fd926a7d0778dbR312
Some actions like
shownotice
orconversation
weren't asking for redirection after login. Extended baseAction
class with redirection logic, child actions must now overrideredirectAfterLogin
and set it to true. Directory plugin was updated as consequence.In the commit
aba9b33822
aba9b33822
I believe it's ready now @diogo
Thanks! :)