Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove duplicate config definitions #46

Merged
merged 16 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .github/workflows/build-meshchat-api-package.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/build-meshchat-package.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/release-meshchat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/workflows/publish-docs.yaml
- uses:
./.github/workflows/publish-docs.yaml
with:
build_version: ${{ needs.create-release.outputs.build_version }}
1 change: 0 additions & 1 deletion package/populate-meshchat-api-fs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ sed -i "s%\$GITHUB_REPOSITORY%$GITHUB_REPOSITORY%" $IPK_DIR/CONTROL/control

# Populate the filesystem image for the package
install -D api/meshchat -m 755 $IPK_DIR/www/cgi-bin/meshchat

1 change: 0 additions & 1 deletion www/chat.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ var enable_video = 0;
var messages = new Messages();
let alert = new Audio('alert.mp3');

let config = {};
let context = {
config_loaded: false,
debug: true, // let startup funcs show debug
Expand Down