This commit is contained in:
Tony Garnock-Jones 2021-04-16 22:56:22 +02:00
parent a24042bc7b
commit 0ecc322f8b
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ import { attenuate, rfilter, pRec, pPointer, pString, pLit } from "./rewrite.js"
export default function (t: Turn, ds: Ref) {
let nextUserId: UserId = 0;
// TODO: print out limited authority, only allowed to observe $joinedUser
const nicks = new Map<string, UserId>();
observe(t, ds, $Observe, during((t, o0) => {