mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Distribute forum comments only via the forum
This commit is contained in:
parent
fa579c2346
commit
ca0e3e3db7
2 changed files with 18 additions and 1 deletions
|
@ -52,7 +52,6 @@ class Protocol
|
|||
|
||||
// Supported through a connector
|
||||
const DIASPORA2 = 'dspc'; // Diaspora connector
|
||||
const LINKEDIN = 'lnkd'; // LinkedIn
|
||||
const PUMPIO = 'pump'; // pump.io
|
||||
const STATUSNET = 'stac'; // Statusnet connector
|
||||
const TWITTER = 'twit'; // Twitter
|
||||
|
@ -66,6 +65,7 @@ class Protocol
|
|||
// Currently unsupported
|
||||
const ICALENDAR = 'ical'; // iCalendar
|
||||
const MYSPACE = 'mysp'; // MySpace
|
||||
const LINKEDIN = 'lnkd'; // LinkedIn
|
||||
const NEWS = 'nntp'; // Network News Transfer Protocol
|
||||
const PNUT = 'pnut'; // pnut.io
|
||||
const XMPP = 'xmpp'; // XMPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue