mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Deleted a comment that is no longer true.
This commit is contained in:
parent
e428b57865
commit
4af95579dc
@ -1555,11 +1555,6 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req)
|
||||
|
||||
timeline_request(snac, &object, &wrk, 0);
|
||||
|
||||
/* Note: implementations like lemmy send announces about objects
|
||||
that are not of the 'Note' type; these objects are not stored,
|
||||
so the following object_get() will fail even if the object
|
||||
was correctly requested */
|
||||
|
||||
if (valid_status(object_get(object, &a_msg))) {
|
||||
char *who = xs_dict_get(a_msg, "attributedTo");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user