Skip to content

Commit

Permalink
add reopened flag to possible statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
zacck committed Feb 15, 2018
1 parent 4dc1ab7 commit a902390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/code_corps/model/conversation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ defmodule CodeCorps.Conversation do
end

defp statuses do
~w{ open closed }
~w{ open closed reopened }
end
end

0 comments on commit a902390

Please sign in to comment.