diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-30 21:55:28 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-30 21:55:28 -0700 |
commit | e3c8e4f4833b485469616c753cc660e8a55bef29 (patch) | |
tree | 3dd417dd843b995b5e7f43349188d654664871c9 /boot.php | |
parent | 8f3a99ad1f87973d0788596371f311e0e4fa1ee3 (diff) | |
download | volse-hubzilla-e3c8e4f4833b485469616c753cc660e8a55bef29.tar.gz volse-hubzilla-e3c8e4f4833b485469616c753cc660e8a55bef29.tar.bz2 volse-hubzilla-e3c8e4f4833b485469616c753cc660e8a55bef29.zip |
modify connection edit display for channels with no address/webbie
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -256,6 +256,7 @@ define ( 'NETWORK_OSTATUS', 'stat'); // status.net, identi.ca, GNU-s define ( 'NETWORK_GNUSOCIAL', 'gnusoc'); // status.net, identi.ca, GNU-social, other OStatus implementations define ( 'NETWORK_FEED', 'rss'); // RSS/Atom feeds with no known "post/notify" protocol define ( 'NETWORK_DIASPORA', 'diaspora'); // Diaspora +define ( 'NETWORK_ACTIVITYPUB' 'activitypub'); define ( 'NETWORK_MAIL', 'mail'); // IMAP/POP define ( 'NETWORK_MAIL2', 'mai2'); // extended IMAP/POP define ( 'NETWORK_FACEBOOK', 'face'); // Facebook API |