replacing chat with widgetbot for now
This commit is contained in:
parent
c24124c970
commit
2651e1cb37
@ -26,15 +26,14 @@ const Chat = ({ overlayActive }) => {
|
||||
</Label>
|
||||
<CloseBox colour={colours.white} size={18} onClick={toggleChatOpen} />
|
||||
</ChatHeader>
|
||||
{/* <iframe
|
||||
src="https://discord.com/widget?id=854082188785221662&theme=dark"
|
||||
<iframe
|
||||
src={`https://e.widgetbot.io/channels/${config.chat.guildId}/${config.chat.channelId}`}
|
||||
height={(height / 4) * 3}
|
||||
width="350"
|
||||
height="500"
|
||||
allowTransparency="true"
|
||||
frameBorder="0"
|
||||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
||||
title="chat"
|
||||
/> */}
|
||||
className="titanembed"
|
||||
title="discord-chat"
|
||||
/>
|
||||
</ChatFrame>
|
||||
</ChatWrapper>
|
||||
) : (
|
||||
|
@ -1,8 +1,9 @@
|
||||
export default {
|
||||
meta: {
|
||||
title: 'Underscore streams',
|
||||
description: 'Quality live programming from beyond the surveillance economy.',
|
||||
img: 'https://stream.undersco.re/static/meta.png'
|
||||
description:
|
||||
'Quality live programming from beyond the surveillance economy.',
|
||||
img: 'https://stream.undersco.re/static/meta.png',
|
||||
},
|
||||
peertube_root: 'https://tv.undersco.re',
|
||||
EVENTS_API_URL: 'https://api.undersco.re',
|
||||
@ -11,6 +12,5 @@ export default {
|
||||
chat: {
|
||||
guildId: '709318870909059082',
|
||||
channelId: '826751398757793842',
|
||||
css: '215',
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user