Skip to content

A critical level bug was found, if I'm right #221

@codermie

Description

@codermie

@huan
微信图片_20240613182419
In my opinion

this.cache.roomMember.set(roomId, {
... cachedPayload,
memberId: payload,
})
Should be changed to
this.cache.roomMember.set(roomId, {
... cachedPayload,
[memberId] : payload,
})
This makes use of the cache and optimizes the query speed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions