mirror of https://github.com/writeas/writefreely
This adds support for mentioning profiles on the following sites: - deviantart.com - facebook.com - flickr.com - github.com - instagram.com - reddit.com - wattpad.com - youtube.compull/319/head
parent
507acc7e1c
commit
7fa78c2255
@ -1,10 +0,0 @@ |
|||||||
package writefreely |
|
||||||
|
|
||||||
// fakeAPInstances contains a list of sites that we allow writers to mention
|
|
||||||
// with the @handle@instance.tld syntax, plus the corresponding prefix to
|
|
||||||
// insert between `https://instance.tld/` and `handle` (e.g.
|
|
||||||
// https://medium.com/@handle)
|
|
||||||
var fakeAPInstances = map[string]string{ |
|
||||||
"twitter.com": "", |
|
||||||
"medium.com": "@", |
|
||||||
} |
|
Loading…
Reference in new issue