Store the updated Identity in the Sone.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 3 Jan 2011 06:18:45 +0000 (07:18 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 3 Jan 2011 12:39:05 +0000 (13:39 +0100)
src/main/java/net/pterodactylus/sone/core/Core.java

index 7565ca4..763b024 100644 (file)
@@ -1742,6 +1742,7 @@ public class Core implements IdentityListener {
                        @SuppressWarnings("synthetic-access")
                        public void run() {
                                Sone sone = getRemoteSone(identity.getId());
+                               sone.setIdentity(identity);
                                soneDownloader.fetchSone(sone);
                        }
                }).start();