12: Bump update

This commit is contained in:
Oskar Thoren 2021-03-30 13:11:30 +08:00
parent 2afed8fbaa
commit ee315ab7e2
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ message FilterRequest {
repeated ContentFilter contentFilters = 3;
message ContentFilter {
repeated string contentTopics = 1;
repeated uint32 contentTopics = 1;
}
}