Slightly improved share message phrase factory to be more flexible.
This commit is contained in:
@@ -3908,7 +3908,9 @@ void ForwardToSelf(
|
||||
.singleMessage = (count == 1),
|
||||
.to1 = session->user(),
|
||||
})).current();
|
||||
show->showToast(std::move(phrase));
|
||||
if (!phrase.empty()) {
|
||||
show->showToast(std::move(phrase));
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user