Skip to content

Commit

Permalink
Drop the unused setUnauthenticatedDelivery endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-signal authored and ravi-signal committed Dec 3, 2024
1 parent cc7bb8b commit 2093fed
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,14 +400,6 @@ private AtomicInteger getCounterForLinkedDeviceListeners(final String userAgent)
}
}

@PUT
@Produces(MediaType.APPLICATION_JSON)
@Path("/unauthenticated_delivery")
public void setUnauthenticatedDelivery(@Mutable @Auth AuthenticatedDevice auth) {
assert (auth.getAuthenticatedDevice() != null);
// Deprecated
}

@PUT
@Produces(MediaType.APPLICATION_JSON)
@Path("/capabilities")
Expand Down

0 comments on commit 2093fed

Please sign in to comment.