Skip to content

Commit a902390

Browse files
committed
add reopened flag to possible statuses
1 parent 4dc1ab7 commit a902390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/code_corps/model/conversation.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ defmodule CodeCorps.Conversation do
3434
end
3535

3636
defp statuses do
37-
~w{ open closed }
37+
~w{ open closed reopened }
3838
end
3939
end

0 commit comments

Comments
 (0)