Unverified Commit a50e0558 authored by Kyle Keating's avatar Kyle Keating Committed by GitHub

Merge pull request #1613 from hypothesis/doc-update

Add userid key to config docs for focus mode
parents a98bd6cd 5ef58c50
...@@ -406,8 +406,9 @@ loads. ...@@ -406,8 +406,9 @@ loads.
return { return {
focus: { focus: {
user: { user: {
// required // required (username or userid)
username: "foobar1234", username: "foobar1234",
userid: 'acct:foobar1234@domain',
// optional // optional
displayName: "Foo Bar", displayName: "Foo Bar",
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment