- Add ArticleFeed component for article-based channels - Implement ArticleComposer with draft persistence - Add Newspaper icon for article room type - Update ChannelPage to conditionally render article feed vs message view - Add article-related API endpoints and models - Reset thread view when switching rooms - Add room type check in channel sidebar - Update CSS to hide scrollbars globally - Add gRPC message size limit configuration - Fix git diff tree handling
4 lines
134 B
SQL
4 lines
134 B
SQL
DROP INDEX IF EXISTS idx_channel_article_author;
|
|
DROP INDEX IF EXISTS idx_channel_article_feed;
|
|
DROP TABLE IF EXISTS channel_article;
|