mirror of https://github.com/vacp2p/rfc.git
12/WAKU2-FILTER contentFilter to string (#343)
This commit is contained in:
parent
84d430366c
commit
7f8bf3c80f
|
@ -107,7 +107,7 @@ See [13/WAKU2-STORE](/spec/13) spec for more details.
|
||||||
|
|
||||||
**Protocol identifier***: `/vac/waku/filter/2.0.0-beta1`
|
**Protocol identifier***: `/vac/waku/filter/2.0.0-beta1`
|
||||||
|
|
||||||
See [14/WAKU2-FILTER](/spec/14) spec for more details.
|
See [12/WAKU2-FILTER](/spec/12) spec for more details.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@ message FilterRequest {
|
||||||
repeated ContentFilter contentFilters = 3;
|
repeated ContentFilter contentFilters = 3;
|
||||||
|
|
||||||
message ContentFilter {
|
message ContentFilter {
|
||||||
repeated uint32 contentTopics = 1;
|
repeated string contentTopics = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue