bekkalokk/gitea: Add important emoji reactions

This commit is contained in:
Daniel Lovbrotte Olsen 2024-10-12 22:42:59 +02:00
parent f56e73548c
commit 6c9e651e59
1 changed files with 24 additions and 0 deletions

View File

@ -104,6 +104,30 @@ in {
ENABLE_FEDERATED_AVATAR = false;
};
actions.ENABLED = true;
ui = {
REACTIONS = lib.concatStringsSep "," [
"+1"
"-1"
"laugh"
"confused"
"heart"
"hooray"
"rocket"
"eyes"
"100"
"anger"
"astonished"
"no_good"
"ok_hand"
"pensive"
"pizza"
"point_up"
"sob"
"skull"
"upside_down_face"
"shrug"
];
};
"ui.meta".DESCRIPTION = "Bokstavelig talt programvareverkstedet";
};
};