2020-10-12 11:00:50 -06:00
|
|
|
# Pleroma: A lightweight social networking server
|
2021-01-12 23:49:20 -07:00
|
|
|
# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
|
2020-10-12 11:00:50 -06:00
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2019-04-20 06:42:19 -06:00
|
|
|
defmodule Pleroma.Web.Mailer.SubscriptionView do
|
|
|
|
use Pleroma.Web, :view
|
|
|
|
end
|