From e340ea8366159610fd9d5b7590874b750a797126 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 30 Jun 2022 00:17:47 +0300 Subject: ActivityPub: add missing Actor types --- .../www/api/activity/model/objects/Group.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/main/java/com/juick/www/api/activity/model/objects/Group.java (limited to 'src/main/java/com/juick/www/api/activity/model/objects/Group.java') diff --git a/src/main/java/com/juick/www/api/activity/model/objects/Group.java b/src/main/java/com/juick/www/api/activity/model/objects/Group.java new file mode 100644 index 00000000..c8470896 --- /dev/null +++ b/src/main/java/com/juick/www/api/activity/model/objects/Group.java @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2008-2022, Juick + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +package com.juick.www.api.activity.model.objects; + +public class Group extends Actor { + +} -- cgit v1.2.3