perlsky is a Perl 5 implementation of an AT Protocol Personal Data Server.
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove dead getPosts fallback

alice 217dbb66 84680063

-2
-2
lib/ATProto/PDS/ServiceProxy.pm
··· 309 309 unless $c->req->method eq 'GET'; 310 310 311 311 my @uris = grep { defined($_) && length($_) } $c->every_param('uris'); 312 - push @uris, $c->param('uris') 313 - if !@uris && defined($c->param('uris')) && length($c->param('uris')); 314 312 xrpc_error(400, 'InvalidRequest', 'uris is required') unless @uris; 315 313 316 314 my @resolved = map { $self->_resolve_local_post_uri($c, $_) } @uris;