2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

API scheme downgraded to layer 76.

This commit is contained in:
John Preston
2018-03-06 20:07:42 +03:00
parent 7f73cc3085
commit ee182ea684
19 changed files with 692 additions and 707 deletions

View File

@@ -563,11 +563,11 @@ namespace {
cdata->setRestrictionReason(QString());
}
cdata->setFlags(d.vflags.v);
if (d.has_feed_id()) {
cdata->setFeed(Auth().data().feed(d.vfeed_id.v));
} else {
cdata->clearFeed();
}
//if (d.has_feed_id()) { // #feed
// cdata->setFeed(Auth().data().feed(d.vfeed_id.v));
//} else {
// cdata->clearFeed();
//}
}
QString uname = d.has_username() ? TextUtilities::SingleLine(qs(d.vusername)) : QString();