Skip to content

Commit

Permalink
fix @moduledoc issue on Mute Model
Browse files Browse the repository at this point in the history
  • Loading branch information
smpallen99 committed Apr 13, 2018
1 parent 44f3833 commit 099a44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/one_chat/lib/one_chat/models/mute.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule OneChat.Mute do
@doc """
@moduledoc """
Track mute status for user and channel.
When created, the associated user is muted in the given channel. Delete
Expand Down

0 comments on commit 099a44a

Please sign in to comment.