Page MenuHomePhabricator

D8812.diff
No OneTemporary

D8812.diff

diff --git a/lib/types/keyserver-types.js b/lib/types/keyserver-types.js
--- a/lib/types/keyserver-types.js
+++ b/lib/types/keyserver-types.js
@@ -5,7 +5,7 @@
import { tShape } from '../utils/validation-utils.js';
// Once we start using the cookie field on web,
-// the cookie field type should be changed to string | null.
+// the cookie field should be mandatory, of type ?string.
// See https://linear.app/comm/issue/ENG-4347/stop-using-browser-cookies
export type KeyserverInfo = {
+cookie?: ?string,

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 29, 4:35 AM (20 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2198966
Default Alt Text
D8812.diff (515 B)

Event Timeline