mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Fix coordinator avatars and pgp key files
This commit is contained in:
parent
4b572d0171
commit
ea3ff1c238
@ -77,9 +77,7 @@ const RobotAvatar: React.FC<Props> = ({
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
setAvatarSrc(
|
setAvatarSrc(
|
||||||
`file:///android_asset/Web.bundle/assets/federation/avatars/${shortAlias}${
|
`file:///android_asset/Web.bundle/assets/federation/avatars/${shortAlias}.webp`,
|
||||||
small ? ' .small' : ''
|
|
||||||
}.webp`,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
@ -90,6 +90,10 @@ const configMobile: Configuration = {
|
|||||||
from: path.resolve(__dirname, 'static/assets/sounds'),
|
from: path.resolve(__dirname, 'static/assets/sounds'),
|
||||||
to: path.resolve(__dirname, '../mobile/html/Web.bundle/assets/sounds'),
|
to: path.resolve(__dirname, '../mobile/html/Web.bundle/assets/sounds'),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
from: path.resolve(__dirname, 'static/federation'),
|
||||||
|
to: path.resolve(__dirname, '../mobile/html/Web.bundle/assets/federation'),
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user