Handle encrypted stickers and store stickers in a separate folder
This commit is contained in:
parent
c63c59b408
commit
692e499cf2
3 changed files with 9 additions and 7 deletions
|
@ -137,7 +137,6 @@ export function wantsDateSeparator(prevEventDate: Date, nextEventDate: Date): bo
|
|||
return prevEventDate.getDay() !== nextEventDate.getDay();
|
||||
}
|
||||
|
||||
|
||||
export function formatFullDateNoDay(date: Date) {
|
||||
return (
|
||||
date.getFullYear() +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue