mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-26 06:53:37 +00:00
Deleted dead code.
This commit is contained in:
parent
94c4790bd7
commit
cabbdbe209
1 changed files with 0 additions and 13 deletions
|
@ -1173,19 +1173,6 @@ void process_queue(snac *snac)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void post(snac *snac, char *msg)
|
|
||||||
/* enqueues a message to all its recipients */
|
|
||||||
{
|
|
||||||
xs *inboxes = inbox_list(snac, msg);
|
|
||||||
char *p, *v;
|
|
||||||
|
|
||||||
p = inboxes;
|
|
||||||
while (xs_list_iter(&p, &v)) {
|
|
||||||
enqueue_output(snac, msg, v, 0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/** HTTP handlers */
|
/** HTTP handlers */
|
||||||
|
|
||||||
int activitypub_get_handler(d_char *req, char *q_path,
|
int activitypub_get_handler(d_char *req, char *q_path,
|
||||||
|
|
Loading…
Reference in a new issue