This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pleroma: A lightweight social networking server | |
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/> | |
# SPDX-License-Identifier: AGPL-3.0-only | |
defmodule Pleroma.Web.ActivityPub.MRF.UnlistUndescribedMedia do | |
alias Pleroma.User | |
@moduledoc "Unlists posts with media that does not have a description, written by [email protected]" | |
@behaviour Pleroma.Web.ActivityPub.MRF.Policy | |
require Pleroma.Constants |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SingleInstance Force | |
SetWorkingDir %A_ScriptDir% | |
if not A_IsAdmin | |
Run *RunAs "%A_ScriptFullPath%" | |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetTitleMatchMode, 2 | |
Model_1 := "file.vrm" |