Skip to content

Commit

Permalink
Remove Brave Talk one-on-one meetings script and entry
Browse files Browse the repository at this point in the history
  • Loading branch information
emerick committed Aug 27, 2024
1 parent ac057d9 commit cfcecfd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
13 changes: 0 additions & 13 deletions Greaselion.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,18 +153,5 @@
"auto-contribution-enabled": true
},
"minimum_brave_version": "1.19"
},
{
"urls": [
"https://talk.brave.com/*",
"https://beta.talk.brave.com/*",
"https://together.brave.com/*"
],
"scripts": [
"scripts/brave_talk/confabs/oneOnOneMeetings.bundle.js"
],
"preconditions": {
"ads-enabled": true
}
}
]
13 changes: 0 additions & 13 deletions scripts/brave_talk/confabs/oneOnOneMeetings.ts

This file was deleted.

4 changes: 1 addition & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const { CleanWebpackPlugin } = require('clean-webpack-plugin')
const CopyPlugin = require('copy-webpack-plugin')

const rewardsDir = 'scripts/brave_rewards'
const togetherDir = 'scripts/brave_talk'

const allEntries = [
`${rewardsDir}/publisher/github/githubBase`,
Expand All @@ -22,8 +21,7 @@ const allEntries = [
`${rewardsDir}/publisher/vimeo/vimeoBase`,
`${rewardsDir}/publisher/vimeo/vimeoAutoContribution`,
`${rewardsDir}/publisher/youtube/youtubeBase`,
`${rewardsDir}/publisher/youtube/youtubeAutoContribution`,
`${togetherDir}/confabs/oneOnOneMeetings`
`${rewardsDir}/publisher/youtube/youtubeAutoContribution`
]

// We use a bundler (webpack) since the browser does
Expand Down

0 comments on commit cfcecfd

Please sign in to comment.