Describe the bug
There’s a small bug in the display logic when you give or take karma from multiple things in a single message. It’s not a bug in the storage of the karma itself, but in the display after the karma is changed.
To Reproduce
Steps to reproduce the behavior:
Enter something like @drupal-- @meetings--
Notice that it outputs the same karma for both, when in this case they are vastly different. (@meetings was around -26 and @drupal around -776 as of this post.) Entering the two separately shows the correct karma.
Expected behavior
The bot should show the correct karma for each individual thing/user.
Describe the bug There’s a small bug in the display logic when you give or take karma from multiple things in a single message. It’s not a bug in the storage of the karma itself, but in the display after the karma is changed.
To Reproduce Steps to reproduce the behavior:
@drupal-- @meetings--
@meetings
was around -26 and@drupal
around -776 as of this post.) Entering the two separately shows the correct karma.Expected behavior The bot should show the correct karma for each individual thing/user.
Screenshots