Collecting sender/receiver IDs from chat page

  • Posted 3 weeks ago

When I’m on the chat page, the URL looks like this:

/inbox/?chat=6645u6

But when I use this:

@site().query_var(chat)

I get no output. What am I doing wrong?