mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Move poll results to a Info-like layer.
This commit is contained in:
@@ -266,6 +266,8 @@ Key ContentMemento::key() const {
|
||||
return Key(Auth().data().peer(peerId));
|
||||
//} else if (const auto feed = this->feed()) { // #feed
|
||||
// return Key(feed);
|
||||
} else if (const auto poll = this->poll()) {
|
||||
return Key(poll, pollContextId());
|
||||
} else {
|
||||
return Settings::Tag{ settingsSelf() };
|
||||
}
|
||||
|
Reference in New Issue
Block a user