Merge pull request #260 from ente-io/batch-edit-243

Enable batch edit of creation-time for 243
This commit is contained in:
abhinavkgrd 2021-12-03 12:16:41 +05:30 committed by GitHub
commit 3b157731a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ const ENDPOINT = getEndpoint();
const HAS_SET_KEYS = 'hasSetKeys'; const HAS_SET_KEYS = 'hasSetKeys';
export const FIX_CREATION_TIME_VISIBLE_TO_USER_IDS = [1, 125, 341]; export const FIX_CREATION_TIME_VISIBLE_TO_USER_IDS = [1, 125, 243, 341];
export interface User { export interface User {
id: number; id: number;