parent
963134b701
commit
41232fbd90
3 changed files with 4 additions and 4 deletions
|
|
@ -25,8 +25,8 @@ export const ROOM_TYPE_CHANNEL = "im.keanu.room_type_channel";
|
|||
|
||||
export const STATE_EVENT_ROOM_TYPE = "im.keanu.room_type";
|
||||
|
||||
export const THUMBNAIL_MAX_WIDTH = 160;
|
||||
export const THUMBNAIL_MAX_HEIGHT = 160;
|
||||
export const THUMBNAIL_MAX_WIDTH = 320;
|
||||
export const THUMBNAIL_MAX_HEIGHT = 320;
|
||||
|
||||
// Install extended localized format
|
||||
dayjs.extend(localizedFormat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue