Allow voting for anonymous users

This commit is contained in:
Pavel Mineev
2020-01-07 23:43:49 -06:00
committed by Umputun
parent 5ee76febf2
commit bfa308e8da
5 changed files with 32 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@ export const StaticStore: StaticStoreType = {
readonly_age: 0,
max_image_size: 0,
simple_view: false,
anon_vote: false,
},
query: querySettings as QuerySettingsType,
};
+1
View File
@@ -112,6 +112,7 @@ export interface Config {
readonly_age: number;
max_image_size: number;
simple_view: boolean;
anon_vote: boolean;
}
export interface RemarkConfig {