mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
- Implemented the `/meta` command to fetch and display channel metadata including room ID, topic, message count, unique user count, estimated size, and protection level. - Added `ChannelMetaDto` to encapsulate channel metadata. - Updated `ChannelsController` to handle the new `/meta` endpoint. - Introduced `UploadLimits` configuration for admin-defined upload size limits for files, images, audio, and avatars. - Enhanced error handling and user feedback for metadata retrieval. - Updated documentation to reflect changes in encryption and room metadata. - Added tests for the new functionality and upload limits.
19 lines
446 B
YAML
19 lines
446 B
YAML
- name: Guides
|
|
items:
|
|
- name: Getting Started
|
|
href: getting-started.md
|
|
- name: Docker
|
|
href: docker.md
|
|
- name: Architecture
|
|
href: architecture.md
|
|
- name: Configuration
|
|
href: configuration.md
|
|
- name: Encryption
|
|
href: encryption.md
|
|
- name: Encrypted Rooms
|
|
href: encrypted-rooms.md
|
|
- name: Notification Sounds
|
|
href: notification-sounds.md
|
|
- name: Flows
|
|
href: ../flows/toc.yml
|