2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Highlight internal links in Bio.

This commit is contained in:
John Preston
2020-10-29 19:53:07 +03:00
parent 600cf83c3f
commit c35b6e1209
4 changed files with 44 additions and 39 deletions

View File

@@ -346,7 +346,7 @@ BioManager SetupBio(
std::move(done));
};
Info::Profile::BioValue(
Info::Profile::AboutValue(
self
) | rpl::start_with_next([=](const TextWithEntities &text) {
const auto wasChanged = (*current != bio->getLastText());