FriendlyFezEdit

final class FriendlyFezEdit : Model

When the TEXT FIELDS of a FriendlyFez are edited, a FriendlyFezEdit is created to save the previous values of its text fields. Edits that only modify other fields of a fez–start/end time, type of fez, min/max number of participants–do not cause a FriendlyFezEdit to be created.

This is done for accountability purposes and the data collected is intended to be viewable only by moderators.

See

See Also: FezModerationData the DTO for returning data moderators need to moderate fezzes. Specifically, the sub-struct FezEditLogData delivers values from the FriendlyFezEdit .

See

See Also: CreateFriendlyFezEditSchema the Migration for creating the FriendlyFezEdit table in the database.

Relations

Initialization