-
An entire
Forum.Declaration
Swift
case forum -
An individual
ForumPost.Declaration
Swift
case forumPost -
An individual
Twarrt.Declaration
Swift
case twarrt -
A
User, although it specifically refers to the user’s profile fields.Declaration
Swift
case userProfile -
a
FriendlyFezthat’s an LFG. Seamails aren’t reportable as a whole fez (only their posts are, via.fezPost), and Private Events use.privateEventinstead.Declaration
Swift
case fez -
a
FezPost. Applies to posts in anyFriendlyFez–LFGs, Seamails, and Private Events all use this, since a single bad message can appear in any of them. Posts in.closedSeamails are not reportable.Declaration
Swift
case fezPost -
an
MKSongDeclaration
Swift
case mkSong -
an
MKSnippetDeclaration
Swift
case mkSongSnippet -
Declaration
Swift
case streamPhoto -
a
FriendlyFezthat’s a Private Event.Declaration
Swift
case privateEvent -
Declaration
Swift
case quartermasterItem -
A consumer-friendly label for this report type, for use in UI contexts (e.g. the moderator reports page).
.fezPostcovers LFGs, Seamails, and Private Events (they’re all backed byFriendlyFez), so the label can’t be more specific without also knowing the underlyingFezType.Declaration
Swift
var label: String { get }
View on GitHub