Merge branch 'friendica' of https://gitlab.com/mkljczk/soapbox-fe into friendica
This commit is contained in:
commit
2aaac98cba
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const overrides = custom('features');
|
||||||
const any = (arr: Array<any>): boolean => arr.some(Boolean);
|
const any = (arr: Array<any>): boolean => arr.some(Boolean);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Friendica.
|
* Friendica, decentralized social platform implementing multiple federation protocols.
|
||||||
* @see {@link https://friendi.ca/}
|
* @see {@link https://friendi.ca/}
|
||||||
*/
|
*/
|
||||||
export const FRIENDICA = 'Friendica';
|
export const FRIENDICA = 'Friendica';
|
||||||
|
|
Loading…
Reference in a new issue