-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Description
| Context Type | rng() |
random() |
sender() |
sender_auth() |
connection_id() |
identity() |
timestamp() |
|---|---|---|---|---|---|---|---|
ProcedureContext |
✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ |
ReducerContext |
✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
ViewContext |
❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ |
AnonymousViewContext |
❌ | ❌ | - | - | - | ❌ | ❌ |
| Context Type | as_anonymous_read_only() |
as_read_only() |
|---|---|---|
ProcedureContext |
- | - |
ReducerContext |
✅ | ✅ |
ViewContext |
❌ | ❌ |
AnonymousViewContext |
❌ | - |
Also spacetimedb::LocalReadOnly should implement From<spacetimedb::Local>.
Could you tell me which of the ❌ should be fixed? I would create a PR then.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels