nextcloud / call_summary_bot

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

I can't work out the correct syntax for posting mutiple tasks at once #40

Closed jdaviescoates closed 10 months ago

jdaviescoates commented 10 months ago

I've tried e.g.

todo:

task 1 @username  
task 2   @username 
task 3   @username

But that just got summarised as one task

And I tried:

Some more tasks:

todo: task 1 @jdaviescoates 
todo: task 2 @jdaviescoates

But those weren't picked up at all.

Perhaps you could simply add an example bit of text to the the README?

nickvergessen commented 10 months ago

each line needs to have the keyword as per readme, so

todo: task 1 @username  
todo: task 2   @username 
todo: task 3   @username

should work and it does in my test:

image