Pull request https://github.com/public-activity/public_activity/pull/148 introduced :fallback but I can't find any branch or gem release with that parameter now. It used to be part of the "2.0" / "unstable" branch but now that 2.0 is released it's definitely gone.
The way the if..else statement in renderable.rb is such that if :display is defined it is always used.
If I sent a PR to re-introduce :fallback would that be acceptable or was :fallback removed intentionally?
Pull request https://github.com/public-activity/public_activity/pull/148 introduced
:fallback
but I can't find any branch or gem release with that parameter now. It used to be part of the "2.0" / "unstable" branch but now that 2.0 is released it's definitely gone.The way the if..else statement in
renderable.rb
is such that if:display
is defined it is always used.If I sent a PR to re-introduce
:fallback
would that be acceptable or was:fallback
removed intentionally?Thanks!