add back docstrings

This commit is contained in:
Timo K
2025-11-17 14:55:00 +01:00
parent 4414fe3c82
commit f518111887
2 changed files with 79 additions and 0 deletions

View File

@@ -266,6 +266,7 @@ export class ReactionsReader {
);
return;
}
// TODO refactor to use memer id `membershipEvent.membershipID` (needs to happen in combination with other memberId refactors)
const identifier = `${membershipEvent.userId}:${membershipEvent.deviceId}`;
if (!content.emoji) {