mirror of
https://github.com/friendica/friendica
synced 2025-04-23 09:50:11 +00:00
fixing conversation updates
This commit is contained in:
parent
8aae7f047d
commit
9e8053e3bd
6 changed files with 17 additions and 19 deletions
|
@ -233,7 +233,7 @@
|
|||
// $('#' + ident).hide();
|
||||
// }
|
||||
//});
|
||||
$('.wall-item-outside-wrapper',data).each(function() {
|
||||
$('.tread-wrapper',data).each(function() {
|
||||
var ident = $(this).attr('id');
|
||||
if($('#' + ident).length == 0) {
|
||||
$('img',this).each(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue