Confirmed that Account::moved() works
and changed my mind about writable Status::Attachment.
This commit is contained in:
parent
5ddc0f20fe
commit
318eda9101
@ -180,7 +180,6 @@ const Account Account::moved() const
|
||||
{
|
||||
if (has_moved())
|
||||
{
|
||||
// TODO: Find an account with moved-node and test
|
||||
return Account(get("moved").toStyledString());
|
||||
}
|
||||
|
||||
|
@ -171,7 +171,6 @@ const std::vector<Easy::Attachment> Status::media_attachments() const
|
||||
Status Status::media_attachments
|
||||
(const std::vector<Attachment> &media_attachments)
|
||||
{
|
||||
// FIXME: Needs writable Easy::Attachment()
|
||||
Json::Value jsonarray(Json::arrayValue);
|
||||
|
||||
for (const Attachment &att : media_attachments)
|
||||
|
Reference in New Issue
Block a user