fix notification filter
This commit is contained in:
parent
d5ca0bad24
commit
fa4d42a1f0
|
@ -32,6 +32,7 @@ function notfColumn(acct_id, tlid, sys) {
|
||||||
} else {
|
} else {
|
||||||
var exc = ''
|
var exc = ''
|
||||||
}
|
}
|
||||||
|
if (exc === 'null') exc = ''
|
||||||
var start = 'https://' + domain + '/api/v1/notifications' + exc
|
var start = 'https://' + domain + '/api/v1/notifications' + exc
|
||||||
httpreq.open('GET', start, true)
|
httpreq.open('GET', start, true)
|
||||||
httpreq.setRequestHeader('Content-Type', 'application/json')
|
httpreq.setRequestHeader('Content-Type', 'application/json')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user