Cache contact avatars locally as files
This commit is contained in:
parent
166f38ef3b
commit
a31256412e
4 changed files with 213 additions and 39 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -85,4 +85,8 @@ venv/
|
|||
/bin/phpunit
|
||||
|
||||
#Ignore cache file
|
||||
.php_cs.cache
|
||||
.php_cs.cache
|
||||
|
||||
#ignore avatar picture cache path
|
||||
/avatar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue