Allow to remove user location setting
Closes #671 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -13,9 +13,9 @@ export interface ICurrentUser {
|
||||
}
|
||||
|
||||
export interface IUserPreferredLocation {
|
||||
range?: number;
|
||||
name?: string;
|
||||
geohash?: string;
|
||||
range?: number | null;
|
||||
name?: string | null;
|
||||
geohash?: string | null;
|
||||
}
|
||||
|
||||
export interface IUserSettings {
|
||||
|
||||
Reference in New Issue
Block a user