Exhaustive create/update event tests
This commit is contained in:
committed by
Thomas Citharel
parent
9b6eadde54
commit
5520e2e5f9
@@ -20,7 +20,7 @@ defmodule MobilizonWeb.Schema.CommentType do
|
||||
|
||||
@desc "The list of visibility options for a comment"
|
||||
enum :comment_visibility do
|
||||
value(:public, description: "Publically listed and federated. Can be shared.")
|
||||
value(:public, description: "Publicly listed and federated. Can be shared.")
|
||||
value(:unlisted, description: "Visible only to people with the link - or invited")
|
||||
|
||||
value(:private,
|
||||
|
||||
Reference in New Issue
Block a user