-
- Notifications
You must be signed in to change notification settings - Fork 546
Open
Labels
area: backendThis issue involves Python, Django or dependency (eg. database)This issue involves Python, Django or dependency (eg. database)
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: backendThis issue involves Python, Django or dependency (eg. database)This issue involves Python, Django or dependency (eg. database)