mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 11:04:29 +00:00
show sent info for RTs, not for original posts
use always `userpost` values.
This commit is contained in:
parent
59fb0e9c19
commit
fe8b59f356
@ -145,7 +145,7 @@ function postToElem( post, kind, promoted ) {
|
||||
postData.attr('data-promoted', 1);
|
||||
postData.attr('data-screen-name', '!' + n);
|
||||
} else {
|
||||
setPostInfoSent(n,k,elem.find('.post-info-sent'));
|
||||
setPostInfoSent(userpost["n"], userpost["k"], elem.find('.post-info-sent'));
|
||||
if ($.Options.filterLang.val !== 'disable' && $.Options.filterLangSimulate.val) {
|
||||
// FIXME it's must be stuff from template actually
|
||||
if (typeof(post['langFilter']) !== 'undefined') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user