mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-25 02:12:16 -05:00
Bugfix: On updating an existing server configuration the real name was overwritten by the nick name
This commit is contained in:
parent
0b0579c475
commit
4396e66954
@ -283,7 +283,7 @@ public class AddServerActivity extends Activity implements OnClickListener
|
||||
identityId,
|
||||
identity.getNickname(),
|
||||
identity.getIdent(),
|
||||
identity.getNickname(),
|
||||
identity.getRealName(),
|
||||
identity.getAliases()
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user