Skip to content

docs: document reactions.allowed config option in README#96

Merged
luisdalmolin merged 2 commits into
mainfrom
copilot/add-configurable-reactions
Apr 28, 2026
Merged

docs: document reactions.allowed config option in README#96
luisdalmolin merged 2 commits into
mainfrom
copilot/add-configurable-reactions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 27, 2026

The reactions.allowed config key for customizing comment reaction emojis was already implemented but undocumented, leaving developers unaware it existed.

Changes

  • README.md: Added #### Configuring Reactions section under Configuration, ordered to match the key order in config/commentions.php (after comment permissions, before commenter name). Documents the default reaction set and shows a customization example:
'reactions' => [
    'allowed' => ['👍', '❤️', '😂', '🎉', '👀'],
],

Copilot AI linked an issue Apr 27, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add documentation for reactions.allowed config option docs: document reactions.allowed config option in README Apr 27, 2026
Copilot AI requested a review from nathanheffley April 27, 2026 20:21
@nathanheffley nathanheffley marked this pull request as ready for review April 27, 2026 20:22
@luisdalmolin luisdalmolin merged commit 1ff5cf0 into main Apr 28, 2026
6 of 9 checks passed
@luisdalmolin luisdalmolin deleted the copilot/add-configurable-reactions branch April 28, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add or change reactions emojis

3 participants