Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use
CcrRepository
to init follower index #35719Use
CcrRepository
to init follower index #35719Changes from 100 commits
22589ef
37aa475
4da9aa8
ad65ffa
af6fbd2
63cc5cf
ddbe0ce
dfe7561
c235a02
bdb0a57
d6c0c39
9b09b56
45d0658
465a0d6
105fb0f
01909a5
5f3ea03
7096eb1
d93c3d7
c6cd205
bb548f2
1f9dcc8
99cf6dc
4c9162c
025edf1
a3b2fe4
5b52303
f690c9b
b075faa
12b6ed5
fa7016d
74ea309
66a749e
dd99b08
4c1928a
1734ad8
ebf8609
9073151
d43dc41
d34efc3
4bf5909
2b4ab70
f52defd
40bd59f
8508beb
6e3ff69
53a2305
a89902a
f99d64a
d56a382
3f3afcb
aee4c42
1970f27
2ff72b8
3b5893b
93a0f6a
221fd22
3725471
bdf7533
c25daf5
db2218f
413ccc7
f3e9792
267088b
68d7401
a98ab13
2032be5
f10b43b
9c37120
d128082
97337f8
e1a58eb
e157f52
c9ee981
107ddfd
95bbc84
d8439ff
a568d3d
80e0548
d5ec701
cc14be5
aab2aa1
a291142
d670028
d25401e
ebf812d
f4e0ca8
cc64413
acf3ebe
bb6402a
c5c2d40
065ab72
d91cf24
6232914
9da1fb4
eb819d2
b8d9215
a0b89e0
5fdcd6a
297280e
59f3d98
e4e87f2
1a2177f
0b526e4
a630a4d
5385fb2
fceaf22
9519a2e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps do the the addListener call as well here so that it's more standalone?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I aded a static method that creates the class and registers it. I'm not wild about creating classes just for the side-effects in the ctor.