mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 08:35:16 -04:00
added code to change posts read status
This commit is contained in:
parent
010fc1dc44
commit
5dfa481f2f
9 changed files with 46 additions and 9 deletions
|
@ -458,6 +458,10 @@ void BoardPostDisplayWidget::loadComments(bool e)
|
|||
emit commentsRequested(mPost.mMeta.mMsgId,e);
|
||||
}
|
||||
|
||||
void BoardPostDisplayWidget::readToggled(bool s)
|
||||
{
|
||||
emit changeReadStatusRequested(mPost.mMeta.mMsgId,s);
|
||||
}
|
||||
void BoardPostDisplayWidget::showAuthorInPeople()
|
||||
{
|
||||
if(mPost.mMeta.mAuthorId.isNull())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue