rrrene / elixirstatus-web

Community site for Elixir project/blog post/version updates
http://elixirstatus.com
MIT License
281 stars 44 forks source link

Use Posting.published/3 when rendering feed #55

Closed optikfluffel closed 6 years ago

optikfluffel commented 6 years ago

Use changes introduced by bbac7b7892cf823adc9f9ba656deb93e9252b8d1. Should fix #54.

I also found that ElixirStatus.Admin.PostingController.index/2 and ElixirStatus.Admin.OverviewController.index/2 use ElixirStatus.Persistence.Posting.published/1 which doesn't seem to exist, should I change these as well?

rrrene commented 6 years ago

Hi @optikfluffel,

thx for the PR. I fixed this and the OverviewController one and some other compiler warnings.

Sorry I did not spot your PR, I had a hell of a week :wink:

optikfluffel commented 6 years ago

@rrrene no problem, thanks ^^