mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Get groups logos
This commit is contained in:
parent
35d1e6a8b1
commit
8db5dee1c9
@ -222,6 +222,15 @@ ComunicWeb.components.account.export.worker = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Parse group information
|
||||||
|
*
|
||||||
|
* @param {Group} g Information about the target group
|
||||||
|
*/
|
||||||
|
const parseGroupInfo = (g) => {
|
||||||
|
files.add(g.icon_url)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//Main account information
|
//Main account information
|
||||||
files.add(data.advanced_info.accountImage);
|
files.add(data.advanced_info.accountImage);
|
||||||
@ -247,6 +256,9 @@ ComunicWeb.components.account.export.worker = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Groups
|
||||||
|
data.groups.forEach(parseGroupInfo)
|
||||||
|
|
||||||
//Related user information
|
//Related user information
|
||||||
for (var key in data.users_info) {
|
for (var key in data.users_info) {
|
||||||
if (data.users_info.hasOwnProperty(key)) {
|
if (data.users_info.hasOwnProperty(key)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user