()
| 371 | } |
| 372 | |
| 373 | func (c *Collection) FederatedAccount() string { |
| 374 | accountUser := c.Alias |
| 375 | return c.FederatedAPIBase() + "api/collections/" + accountUser |
| 376 | } |
| 377 | |
| 378 | func (c *Collection) RenderMathJax() bool { |
| 379 | return c.db.CollectionHasAttribute(c.ID, "render_mathjax") |
no test coverage detected