diff options
author | lain <lain@soykaf.club> | 2020-05-06 16:12:36 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-06 16:12:36 +0200 |
commit | 20baa2eaf04425cf0a2eebc84760be6c12ee7f51 (patch) | |
tree | 5034177137693546741945fed7476c2fb77b8dbd /test/web/activity_pub/object_validators | |
parent | 205313e54146c00374e3edfa951132a7229fa16d (diff) | |
download | pleroma-20baa2eaf04425cf0a2eebc84760be6c12ee7f51.tar.gz pleroma-20baa2eaf04425cf0a2eebc84760be6c12ee7f51.zip |
ChatMessages: Add attachments.
Diffstat (limited to 'test/web/activity_pub/object_validators')
-rw-r--r-- | test/web/activity_pub/object_validators/types/object_id_test.exs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/web/activity_pub/object_validators/types/object_id_test.exs b/test/web/activity_pub/object_validators/types/object_id_test.exs index 834213182..c8911948e 100644 --- a/test/web/activity_pub/object_validators/types/object_id_test.exs +++ b/test/web/activity_pub/object_validators/types/object_id_test.exs @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Web.ObjectValidators.Types.ObjectIDTest do alias Pleroma.Web.ActivityPub.ObjectValidators.Types.ObjectID use Pleroma.DataCase |