mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 21:35:04 +00:00
Fixed comment.
This commit is contained in:
parent
723343fc42
commit
f6b836e120
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ void timeline_request_replies(snac *user, const char *id)
|
||||||
do not have an inReplyTo field (why??? aren't they 'replies'???).
|
do not have an inReplyTo field (why??? aren't they 'replies'???).
|
||||||
For this reason, these requested objects are not stored as children
|
For this reason, these requested objects are not stored as children
|
||||||
of the original post and they are shown as out-of-context, top level posts.
|
of the original post and they are shown as out-of-context, top level posts.
|
||||||
This is disabled until I find an elegant way of providing a parent
|
This process is disabled until I find an elegant way of providing a parent
|
||||||
for these 'stray' children. */
|
for these 'stray' children. */
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue