mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added update for forum messages list when an author gets banned
This commit is contained in:
parent
7dc59845e9
commit
e6bb3073bd
@ -2055,6 +2055,10 @@ void GxsForumThreadWidget::loadMsgData_BanAuthor(const uint32_t &token)
|
||||
std::cerr << std::endl;
|
||||
}
|
||||
updateDisplay(true) ;
|
||||
|
||||
// we should also update the icons so that they changed to the icon for banned peers.
|
||||
|
||||
std::cerr << __PRETTY_FUNCTION__ << ": need to implement the update of GxsTreeWidgetItems icons too." << std::endl;
|
||||
}
|
||||
/*********************** **** **** **** ***********************/
|
||||
/*********************** **** **** **** ***********************/
|
||||
|
Loading…
Reference in New Issue
Block a user