Add stickied room support

dev
gravel 1 year ago
parent 63964f6345
commit f14974f52f
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -160,6 +160,14 @@
* Community rooms encouraged for use in discussing https://sessioncommmunities.online/.
*/
$ROOMS_USED_BY_PROJECT = [
"webdev+118d"
"webdev+118d",
];
/**
* @var string[] $STICKIED_ROOMS
* Community rooms anchored to the top of the list.
*/
$STICKIED_ROOMS = [
];
?>

Loading…
Cancel
Save