|
@ -431,7 +431,6 @@ export default class HomeView extends Vue { |
|
|
this.showShortcutBvc = !!settings?.showShortcutBvc; |
|
|
this.showShortcutBvc = !!settings?.showShortcutBvc; |
|
|
|
|
|
|
|
|
this.isAnyFeedFilterOn = isAnyFeedFilterOn(settings); |
|
|
this.isAnyFeedFilterOn = isAnyFeedFilterOn(settings); |
|
|
console.log("getting through mounted"); |
|
|
|
|
|
|
|
|
|
|
|
// someone may have have registered after sharing contact info, so recheck |
|
|
// someone may have have registered after sharing contact info, so recheck |
|
|
if (!this.isRegistered && this.activeDid) { |
|
|
if (!this.isRegistered && this.activeDid) { |
|
@ -533,7 +532,6 @@ export default class HomeView extends Vue { |
|
|
async updateAllFeed() { |
|
|
async updateAllFeed() { |
|
|
this.isFeedLoading = true; |
|
|
this.isFeedLoading = true; |
|
|
let endOfResults = true; |
|
|
let endOfResults = true; |
|
|
console.log("about to retrieveGives"); |
|
|
|
|
|
await this.retrieveGives(this.apiServer, this.feedPreviousOldestId) |
|
|
await this.retrieveGives(this.apiServer, this.feedPreviousOldestId) |
|
|
.then(async (results) => { |
|
|
.then(async (results) => { |
|
|
if (results.data.length > 0) { |
|
|
if (results.data.length > 0) { |
|
|