mirror of
https://github.com/status-im/status-web.git
synced 2025-03-02 13:10:52 +00:00
add rationale comment
This commit is contained in:
parent
a666d93844
commit
bf8a7e33fe
@ -20,6 +20,7 @@ export function getReactions(
|
|||||||
if (retracted) {
|
if (retracted) {
|
||||||
reactions[type].delete(publicKey)
|
reactions[type].delete(publicKey)
|
||||||
} else {
|
} else {
|
||||||
|
// Set handles that potentially multiple same reactions count as one
|
||||||
reactions[type].add(publicKey)
|
reactions[type].add(publicKey)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user