braid-text 0.2.61 → 0.2.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
- package/test/test.html +1 -1
package/index.js
CHANGED
|
@@ -201,7 +201,7 @@ braid_text.serve = async (req, res, options = {}) => {
|
|
|
201
201
|
if (!resource.actor_seqs[actor]?.has(seq)) unknowns.push(event)
|
|
202
202
|
}
|
|
203
203
|
if (unknowns.length)
|
|
204
|
-
return done_my_turn(309, '', "Version Unknown", {
|
|
204
|
+
return done_my_turn(309, '', "Version Unknown Here", {
|
|
205
205
|
Version: ascii_ify(unknowns.map(e => JSON.stringify(e)).join(', ')),
|
|
206
206
|
'Retry-After': '1'
|
|
207
207
|
})
|
package/package.json
CHANGED
package/test/test.html
CHANGED
|
@@ -965,7 +965,7 @@ runTest(
|
|
|
965
965
|
})
|
|
966
966
|
return r.status + ' ' + r.ok + ' ' + r.statusText + ' ' + r.headers.get('Version')
|
|
967
967
|
},
|
|
968
|
-
'309 false Version Unknown "missing-0", "y\\ud83d\\ude00-0"'
|
|
968
|
+
'309 false Version Unknown Here "missing-0", "y\\ud83d\\ude00-0"'
|
|
969
969
|
)
|
|
970
970
|
|
|
971
971
|
runTest(
|