Merge branch 'master' of https://github.com/molan-git/harbour-tooter
This commit is contained in:
commit
873d9b7231
1 changed files with 4 additions and 4 deletions
|
@ -150,8 +150,8 @@ function parseNotification(data){
|
|||
switch (item['type']){
|
||||
case "mention":
|
||||
if (!data.status) {
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
item = parseToot(data.status)
|
||||
item['typeIcon'] = "image://theme/icon-s-retweet"
|
||||
|
@ -160,8 +160,8 @@ function parseNotification(data){
|
|||
break;
|
||||
case "reblog":
|
||||
if (!data.status) {
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
item = parseToot(data.status)
|
||||
|
|
Loading…
Reference in a new issue