mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
push-hook: hold subscription open after validating access
When we receive a watch-nack on a versioned subscription, we attempt to resubscribe on an unversioned path. However, if we receive an unversioned subscription request for which we are not compatible, we hold the subscription open and never send any facts on unversioned subscriptions. As the check for unversioned compatiblility occurs before retrieving the initial-watch, subscriptions which are supposed to nack never do. Fixed by moving the conditional. Fixes urbit/landscape#795
This commit is contained in:
parent
c73e2b95b5
commit
dcf858ccf9
@ -297,14 +297,14 @@
|
||||
::
|
||||
++ unversioned
|
||||
?> ?=([%ship @ @ *] t.path)
|
||||
?. =(min-version.config 0)
|
||||
~& >>> "unversioned req from: {<src.bowl>}, nooping"
|
||||
`this
|
||||
=/ =resource
|
||||
(de-path:resource t.path)
|
||||
=/ =vase
|
||||
(initial-watch:og t.t.t.t.path resource)
|
||||
:_ this
|
||||
?. =(min-version.config 0)
|
||||
~& >>> "unversioned req from: {<src.bowl>}, nooping"
|
||||
~
|
||||
[%give %fact ~ (convert-to:ver update-mark.config vase)]~
|
||||
--
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user