Fetch and cache photo events while browsing map and when opening place details
This commit is contained in:
@@ -183,6 +183,7 @@ export default class PlacePhotoUpload extends Component {
|
||||
|
||||
const event = await factory.sign(template);
|
||||
await this.nostrRelay.publish(this.nostrData.activeWriteRelays, event);
|
||||
this.nostrData.store.add(event);
|
||||
|
||||
this.toast.show('Photos published successfully');
|
||||
this.status = '';
|
||||
|
||||
Reference in New Issue
Block a user