mist icon indicating copy to clipboard operation
mist copied to clipboard

Add message size limit

Open saromanov opened this issue 8 years ago • 0 comments

This PR would be useful, if will be posible in the future, specify Mist with some options. For example:

obj := mist.New(&MistOptions{SizeLimit: 10})

Or, it can be loaded from config file. I propose option sizelimit for limiting message size as a first option like that.

saromanov avatar Nov 20 '15 19:11 saromanov