include own notifications in ticker
This commit is contained in:
parent
8bc84d397d
commit
d14f5306e3
2 changed files with 12 additions and 2 deletions
|
|
@ -29,7 +29,8 @@ angular.module('copayApp.controllers').controller('activityController',
|
|||
lodash.each($scope.wallets, function(wallet) {
|
||||
|
||||
walletService.getNotifications(wallet, {
|
||||
timeSpan: timeSpan
|
||||
includeOwn: true,
|
||||
timeSpan: timeSpan,
|
||||
}, function(err, n) {
|
||||
if (err) {
|
||||
console.log('[tab-home.js.35:err:]', $log.error(err)); //TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue