File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ function votesFor(msgKey) {
47
47
type ( 'vote' ) ,
48
48
equal ( seekVoteLink , msgKey , {
49
49
prefix : 32 ,
50
+ useMap : true ,
50
51
indexType : 'value_content_vote_link' ,
51
52
} )
52
53
) ( )
@@ -57,6 +58,7 @@ function contact(feedId) {
57
58
type ( 'contact' ) ,
58
59
equal ( seekContact , feedId , {
59
60
prefix : 32 ,
61
+ useMap : true ,
60
62
indexType : 'value_content_contact' ,
61
63
} )
62
64
) ( )
@@ -72,20 +74,23 @@ function mentions(key) {
72
74
function hasRoot ( msgKey ) {
73
75
return equal ( seekRoot , msgKey , {
74
76
prefix : 32 ,
77
+ useMap : true ,
75
78
indexType : 'value_content_root' ,
76
79
} )
77
80
}
78
81
79
82
function hasFork ( msgKey ) {
80
83
return equal ( seekFork , msgKey , {
81
84
prefix : 32 ,
85
+ useMap : true ,
82
86
indexType : 'value_content_fork' ,
83
87
} )
84
88
}
85
89
86
90
function hasBranch ( msgKey ) {
87
91
return equal ( seekBranch , msgKey , {
88
92
prefix : 32 ,
93
+ useMap : true ,
89
94
indexType : 'value_content_branch' ,
90
95
} )
91
96
}
Original file line number Diff line number Diff line change 16
16
"fastintcompression" : " 0.0.4" ,
17
17
"flumecodec" : " 0.0.1" ,
18
18
"flumelog-offset" : " 3.4.4" ,
19
- "jitdb" : " ^1.0.5 " ,
19
+ "jitdb" : " ^1.1.0 " ,
20
20
"level" : " ^6.0.1" ,
21
21
"lodash.debounce" : " ^4.0.8" ,
22
22
"mkdirp" : " ^1.0.4" ,
You can’t perform that action at this time.
0 commit comments