Processing link
Hi.
I have private instance of GNU Social and $config['attachments']['process_links'] = true;
When I post link in notices to other notices, GS follows it and finds login page at the end:
HTTPClient: Following 307 redirect from https://mysite.com/notice/600 to https://mysite.com/main/login
Because obviously HTTPClient is not authorized to see notice. As a result, all links to notices point to the login page.
So, is there a way to disable "internal" link processing (by domain maybe) or how can I disable processing at certain links temporarily? Or maybe I can post links to notices with tags (I didn't find it in docs) without full links?
Thanks.