Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85651198
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
563 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/stores/statuses.js b/src/stores/statuses.js
index 9c468ca55b..5fd7a3f2cf 100644
--- a/src/stores/statuses.js
+++ b/src/stores/statuses.js
@@ -411,7 +411,7 @@ export const useStatusesStore = defineStore('statuses', {
const accounts = value
? [...reaction.accounts, currentUser]
: reaction.accounts.filter((acc) => acc.id !== currentUser.id)
- const account_ids = accounts.map(({ id }) => id)
+ const account_ids = accounts.filter(Boolean).map(({ id }) => id)
const newReaction = {
...reaction,
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Aug 30, 1:21 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1738008
Default Alt Text
(563 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment