aboutsummaryrefslogtreecommitdiff
path: root/server/src/federation.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-08-03 01:10:23 +0200
committermetamuffin <metamuffin@disroot.org>2023-08-03 01:10:23 +0200
commit9b04719d09937a112b1ac6bbe64402006f9fb261 (patch)
treefd67983fd6aa043ace204036c13225618fcb4486 /server/src/federation.rs
parent9aa0cceedb52ddea5b08af7372f4c87f60e401d4 (diff)
downloadjellything-9b04719d09937a112b1ac6bbe64402006f9fb261.tar
jellything-9b04719d09937a112b1ac6bbe64402006f9fb261.tar.bz2
jellything-9b04719d09937a112b1ac6bbe64402006f9fb261.tar.zst
small cleanup and some custom video controls
Diffstat (limited to 'server/src/federation.rs')
-rw-r--r--server/src/federation.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/src/federation.rs b/server/src/federation.rs
index 578261b..c31f95d 100644
--- a/server/src/federation.rs
+++ b/server/src/federation.rs
@@ -1,3 +1,8 @@
+/*
+ This file is part of jellything (https://codeberg.org/metamuffin/jellything)
+ which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
+ Copyright (C) 2023 metamuffin <metamuffin.org>
+*/
use crate::CONF;
use anyhow::anyhow;
use jellyclient::{Instance, Session};