forked from blisstown/campfire
dropping markdown support (for now), fixed code block css in html
This commit is contained in:
parent
c6f3cd0d96
commit
02c70dd358
4 changed files with 10 additions and 7 deletions
|
@ -54,7 +54,9 @@ export class Instance {
|
|||
c.push(capabilities.REACTIONS);
|
||||
break;
|
||||
case server_types.ICESHRIMP:
|
||||
c.push(capabilities.MARKDOWN_CONTENT);
|
||||
// more trouble than it's worth atm
|
||||
// the server already hands this to us ;p
|
||||
// c.push(capabilities.MARKDOWN_CONTENT);
|
||||
c.push(capabilities.REACTIONS);
|
||||
break;
|
||||
case server_types.SHARKEY:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue