Skip to content

Handle private thread members in PrivateThreadBackend #2031

@rafalp

Description

@rafalp

Previously PrivateThreadView would store thread members on itself as owner and members. However this is not possible with backends because those are singletons and are not instantiated per-request.

New solution seems to be to store those on the Thread model instance

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: backendThis issue involves Python, Django or dependency (eg. database)

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions