UI for export of OPML v2, WIP

This commit is contained in:
zadam
2019-02-16 23:33:40 +01:00
parent 1359dd86c2
commit 6fd8e73150
6 changed files with 41 additions and 7 deletions

View File

@@ -3,7 +3,9 @@
const repository = require("../repository");
const utils = require('../utils');
async function exportToOpml(exportContext, branch, res) {
async function exportToOpml(exportContext, branch, version, res) {
console.log("EXPORTING VERSION ", version);
const note = await branch.getNote();
async function exportNoteInner(branchId) {