Pleroma v1.1.9-10-g42f76306+dev Pleroma.ModerationLog View Source

Link to this section Summary

Link to this section Functions

Link to this function

get_all(page, page_size)

View Source
Link to this function

get_log_entry_message(moderation_log)

View Source
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
get_log_entry_message(Pleroma.ModerationLog) :: String.t()
Link to this function

insert_log(map)

View Source
insert_log(%{actor: Pleroma.User, subject: Pleroma.User, action: String.t()}) ::
  {:ok, Pleroma.ModerationLog} | {:error, any()}
insert_log(%{actor: Pleroma.User, subjects: [Pleroma.User], action: String.t()}) ::
  {:ok, Pleroma.ModerationLog} | {:error, any()}