mirror of
https://github.com/friendica/friendica
synced 2025-04-30 21:44:22 +02:00
Add "discourse" as protocol
This commit is contained in:
parent
1cf44d92c3
commit
fdaac8a681
3 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,7 @@ class Protocol
|
|||
const PUMPIO = 'pump'; // pump.io
|
||||
const STATUSNET = 'stac'; // Statusnet connector
|
||||
const TWITTER = 'twit'; // Twitter
|
||||
const DISCOURSE = 'dscs'; // Discourse
|
||||
|
||||
// Dead protocols
|
||||
const APPNET = 'apdn'; // app.net - Dead protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue