Don’t set the request URI anymore, either.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
index ef05eba..26f9def 100644 (file)
@@ -736,7 +736,6 @@ public class Core extends AbstractService implements SoneProvider, PostProvider,
                }
                boolean newSone = !existingSone.isPresent();
                Sone sone = !newSone ? existingSone.get() : database.newSoneBuilder().from(identity).build();
-               sone.setRequestUri(SoneUri.create(identity.getRequestUri()));
                sone.setLatestEdition(latestEdition);
                if (newSone) {
                        synchronized (knownSones) {