status-desktop/src
Pascal Precht d70a23cb9a fix(CommunityService): ensure communitySettings aren't mistakenly
overwritten

When communities are edited, status-go sends a signal with the community
description, to ensure the network is updated to the latest changes.

However, that community description doesn't include `communitySettings`.
When we then compose the `CommunityDto` object from that signal, it will have
a default certain settings to `false` which might actually be `true`.

The result is that data in memory is incorrect.

To ensure we don't run into this issue, we check whether the attached
settings have an id, if they don't, we know the settings do not
originate from the signal data, meaning we can use the settings we
already have.
2022-05-12 12:20:23 -04:00
..
app fix(@wallet): apply order to token list 2022-05-12 09:52:01 +02:00
app_service fix(CommunityService): ensure communitySettings aren't mistakenly 2022-05-12 12:20:23 -04:00
backend fix(@desktop/onboarding): the profile image doesn't look good on the onboarding page 2022-04-14 12:10:53 +02:00
dev style: remove trailing whitespaces 2022-02-09 11:16:23 +01:00
constants.nim feat: introduce default torrent node config 2022-04-12 10:38:50 +02:00
nim_status_client.nim feature(desktop/general): Configurable logs 2022-03-28 13:58:08 -04:00
nim_windows_launcher.nim feat(@desktop/Windows): status-im:// protocol support and installer fixes 2021-09-09 16:53:09 -04:00