nextcloud / call_summary_bot

GNU Affero General Public License v3.0
8 stars 1 forks source link

Bot does not handle max message length (65k chars) #11

Open nickvergessen opened 1 year ago

nickvergessen commented 1 year ago

Could happen in very big calls

nickvergessen commented 1 year ago

Should chunk the string at 60k chars and then just send multiple messages in https://github.com/nextcloud/call_summary_bot/blob/167d81c5d9c830a188f67a08f38734e6cb210f18/lib/Controller/BotController.php#L160-L174 follow up chunks should quote the previous chunk, to ensure the order of them