zulip/zulip-mobile

Add support for disabling file upload

Open

#3.477 geöffnet am 8. Mai 2019

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (673 Forks)github user discovery
api migrationshelp wanted

Repository-Metriken

Stars
 (1.348 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

This is not super high priority, but I wanted to open an issue so we don't forget about it as it might be pretty simple as well.

We have a (new in the last week) parameter in the /register response, max_file_upload_size, which is the limit on how big a file one can upload. When that parameter is 0, we should disable showing the "attach files" option in the app for a given organization.

https://github.com/zulip/zulip/pull/12267/files is the webapp PR for this.

Contributor Guide