diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/channel.apd | 3 | ||||
-rw-r--r-- | app/matrix.apd | 3 | ||||
-rw-r--r-- | app/profile.apd | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/app/channel.apd b/app/channel.apd new file mode 100644 index 000000000..cfb1f55da --- /dev/null +++ b/app/channel.apd @@ -0,0 +1,3 @@ +url: $baseurl/channel/$nick +requires: local_user +name: Channel Home diff --git a/app/matrix.apd b/app/matrix.apd new file mode 100644 index 000000000..c762e5aa6 --- /dev/null +++ b/app/matrix.apd @@ -0,0 +1,3 @@ +url: $baseurl/network +requires: local_user +name: Matrix diff --git a/app/profile.apd b/app/profile.apd new file mode 100644 index 000000000..ce52f960b --- /dev/null +++ b/app/profile.apd @@ -0,0 +1,4 @@ +url: $baseurl/profile/$nick +requires: local_user +name: Profile + |